Skip to content

Commit

Permalink
Update SuppressPropertyNotSetInConstructorHook.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Aug 11, 2023
1 parent c482c69 commit 1669f42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Hook/SuppressPropertyNotSetInConstructorHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ static function (Node $node) use ($propertyName): bool {

$name = $var->name;
if (! $name instanceof Identifier) {
self::dump($name, $var, $expr, $node);
return false;
}

Expand Down

0 comments on commit 1669f42

Please sign in to comment.