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 f571e6c commit 96f8daaCopy full SHA for 96f8daa
1 file changed
src/Type/Nette/StringsLengthTypeSpecifiyingExtension.php
@@ -54,9 +54,7 @@ public function specifyTypes(MethodReflection $staticMethodReflection, StaticCal
54
new IntersectionType([new StringType(), new AccessoryNonEmptyStringType()]),
55
$context,
56
$scope,
57
- )
58
- //->setRootExpr($node)
59
- ;
+ )->setRootExpr($node);
60
}
61
62
0 commit comments