From 4ed3c32e4d6a2b61486fa5d3d2eb394dbc8434f6 Mon Sep 17 00:00:00 2001 From: orklah Date: Mon, 23 Nov 2020 22:13:21 +0100 Subject: [PATCH] fix CS --- hooks/StrictVisibility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/StrictVisibility.php b/hooks/StrictVisibility.php index 2e61f3e..e24b4c0 100644 --- a/hooks/StrictVisibility.php +++ b/hooks/StrictVisibility.php @@ -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; }