Skip to content

Commit f88ec43

Browse files
committed
Fix CS
1 parent b181e83 commit f88ec43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Api/NodeConnectingVisitorAttributesRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testRule(): void
2222
[
2323
'Node attribute \'parent\' is no longer available.',
2424
18,
25-
'See: https://phpstan.org/blog/preprocessing-ast-for-custom-rules'
25+
'See: https://phpstan.org/blog/preprocessing-ast-for-custom-rules',
2626
],
2727
]);
2828
}

0 commit comments

Comments
 (0)