Passed
Push — master ( 185f1f...f4290d )
by Rick
02:01
created
src/Utils.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 {
13 13
 	public static function invert(\Closure $closure)
14 14
 	{
15
-		return function ($value) use ($closure)
15
+		return function($value) use ($closure)
16 16
 		{
17 17
 			return !$closure($value);
18 18
 		};
Please login to merge, or discard this patch.