We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36b61cb commit 76ffcbcCopy full SHA for 76ffcbc
src/Aop/PropertyHandlerVisitor.php
@@ -93,7 +93,7 @@ protected function buildConstructor(): Node\Stmt\ClassMethod
93
$constructor->params[] = PhpParser::getInstance()->getNodeFromReflectionParameter($parameter);
94
}
95
} catch (\ReflectionException $exception) {
96
- // Cannot found __construct method in parent class or traits, do noting.
+ // Cannot found __construct method in parent class or traits, do nothing.
97
98
99
return $constructor;
0 commit comments