Skip to content

Commit

Permalink
fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
orklah committed Nov 23, 2020
1 parent f6efb4a commit 4ed3c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/StrictVisibility.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function afterMethodCallAnalysis(
Codebase $codebase,
array &$file_replacements = [],
Union &$return_type_candidate = null
): void {
) : void {
if (!$expr instanceof MethodCall) {
return;
}
Expand Down

0 comments on commit 4ed3c32

Please sign in to comment.