We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c132e2a commit 31a6e0fCopy full SHA for 31a6e0f
src/Builder/Loader.php
@@ -107,7 +107,7 @@ class: true === $this->withNonStandard ?
107
subNodes: [
108
'extends' => new Node\Name\FullyQualified('SplFileObject'),
109
'stmts' => [
110
- new Node\Stmt\Function_(
+ new Node\Stmt\ClassMethod(
111
name: 'fputcsv',
112
113
'params' => [
src/Builder/MultipleFilesLoader.php
@@ -114,7 +114,7 @@ class: $this->withNonStandard ? new Node\Stmt\Class_(
114
115
116
117
118
119
120
0 commit comments