Skip to content

Commit 76ffcbc

Browse files
authored
Fixed typo
1 parent 36b61cb commit 76ffcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aop/PropertyHandlerVisitor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ protected function buildConstructor(): Node\Stmt\ClassMethod
9393
$constructor->params[] = PhpParser::getInstance()->getNodeFromReflectionParameter($parameter);
9494
}
9595
} catch (\ReflectionException $exception) {
96-
// Cannot found __construct method in parent class or traits, do noting.
96+
// Cannot found __construct method in parent class or traits, do nothing.
9797
}
9898
}
9999
return $constructor;

0 commit comments

Comments
 (0)