Skip to content

Commit 8d19a1f

Browse files
committed
Pump open-code-modeling/php-code-ast to 0.12.0 - #22
1 parent 8fa38b6 commit 8d19a1f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"require": {
3535
"php": "^7.4 || ^8.0",
3636
"open-code-modeling/json-schema-to-php": "^0.3.0 || 0.4.x-dev",
37-
"open-code-modeling/php-code-ast": "^0.11.0 || 0.12.x-dev"
37+
"open-code-modeling/php-code-ast": "^0.12.0 || 0.13.x-dev"
3838
},
3939
"require-dev": {
4040
"laminas/laminas-filter": "^2.9",

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/PropertyFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function nodeVisitorFromNative(string $name, string $type): array
103103

104104
public function propertyGenerator(string $name, string $type): PropertyGenerator
105105
{
106-
return new PropertyGenerator(($this->propertyNameFilter)($name), $type, null, $this->typed);
106+
return new PropertyGenerator(($this->propertyNameFilter)($name), $type, $this->typed);
107107
}
108108

109109
/**

0 commit comments

Comments
 (0)