Skip to content

Commit af7ad8c

Browse files
committed
[ci-review] Rector Rectify
1 parent a91ac10 commit af7ad8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/Privatization/NodeManipulator/VisibilityManipulator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function changeNodeVisibility(ClassMethod | Property | ClassConst $node,
8686
Visibility::PRIVATE,
8787
Visibility::STATIC,
8888
Visibility::ABSTRACT,
89-
Visibility::FINAL
89+
Visibility::FINAL,
9090
]);
9191

9292
$this->replaceVisibilityFlag($node, $visibility);

0 commit comments

Comments
 (0)