@@ -37,16 +37,16 @@ |
||
| 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)) { |