Completed
Branch master (73d774)
by Rick
02:05
created
Category
src/Types.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 	 */
66 66
 	public static function instanceof($class): \Closure
67 67
 	{
68
-		return function ($value) use ($class)
68
+		return function($value) use ($class)
69 69
 		{
70 70
 			return $value instanceof $class;
71 71
 		};
Please login to merge, or discard this patch.