Passed
Push — master ( 0e9290...52a373 )
by Josh
02:21
created
tests/Test.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,9 @@
 block discarded – undo
192 192
 		fclose($fp);
193 193
 
194 194
 		return [
195
-			[function(){}],
195
+			[function()
196
+			{
197
+}],
196 198
 			[1.2],
197 199
 			[$fp],
198 200
 		];
Please login to merge, or discard this patch.