Passed
Push — master ( 928391...3be021 )
by Mike
04:22
created
src/Autoloader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 	 *
28 28
 	 * @var array
29 29
 	 */
30
-	protected static $classmap = [];
30
+	protected static $classmap = [ ];
31 31
 
32 32
 	/**
33 33
 	 * Register the autoloader.
Please login to merge, or discard this patch.