Passed
Push — master ( 9499b2...7bfcf4 )
by Rick
01:42
created
src/Types.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 	 */
74 74
 	public static function instanceof(string $class): \Closure
75 75
 	{
76
-		return function ($value) use ($class)
76
+		return function($value) use ($class)
77 77
 		{
78 78
 			return $value instanceof $class;
79 79
 		};
Please login to merge, or discard this patch.