Completed
Push — master ( 189c17...fbfe44 )
by Jean
08:08
created
classmap.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -37,16 +37,16 @@
 block discarded – undo
37 37
  * the code needing it.
38 38
  */
39 39
 $sorted_map = [
40
-  'ArrayAccessTrait.php',
41
-  'FunctionCallTrait.php',
42
-  'ExportTrait.php',
43
-  'DeferredCallChain.php',
44
-  'Exceptions/BadTargetClassException.php',
45
-  'Exceptions/BadTargetInterfaceException.php',
46
-  'Exceptions/BadTargetTypeException.php',
47
-  'Exceptions/TargetAlreadyDefinedException.php',
48
-  'Exceptions/UndefinedTargetClassException.php',
49
-  'functions.php',
40
+    'ArrayAccessTrait.php',
41
+    'FunctionCallTrait.php',
42
+    'ExportTrait.php',
43
+    'DeferredCallChain.php',
44
+    'Exceptions/BadTargetClassException.php',
45
+    'Exceptions/BadTargetInterfaceException.php',
46
+    'Exceptions/BadTargetTypeException.php',
47
+    'Exceptions/TargetAlreadyDefinedException.php',
48
+    'Exceptions/UndefinedTargetClassException.php',
49
+    'functions.php',
50 50
 ];
51 51
 
52 52
 if ($missing = array_diff($sorted_map, $map)) {
Please login to merge, or discard this patch.