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 31a6e0f commit 295fe08Copy full SHA for 295fe08
src/Builder/Loader.php
@@ -110,6 +110,7 @@ class: true === $this->withNonStandard ?
110
new Node\Stmt\ClassMethod(
111
name: 'fputcsv',
112
subNodes: [
113
+ 'type' => Node\Stmt\Class_::MODIFIER_PUBLIC,
114
'params' => [
115
new Node\Param(
116
var: new Node\Expr\Variable('fields'),
src/Builder/MultipleFilesLoader.php
@@ -117,6 +117,7 @@ class: $this->withNonStandard ? new Node\Stmt\Class_(
117
118
119
120
121
122
123
0 commit comments