@@ -12,7 +12,6 @@ |
||
| 12 | 12 | |
| 13 | 13 | use LogicException; |
| 14 | 14 | use RuntimeException; |
| 15 | - |
|
| 16 | 15 | use RecursiveIteratorIterator; |
| 17 | 16 | use RecursiveDirectoryIterator; |
| 18 | 17 | |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | } |
| 48 | 48 | $new_paths[] = $excluded ? '-'.$real_path : $real_path; |
| 49 | 49 | } |
| 50 | - $new_paths = array_unique($new_paths, SORT_STRING); |
|
| 50 | + $new_paths = array_unique($new_paths, SORT_STRING); |
|
| 51 | 51 | sort($new_paths, SORT_STRING); |
| 52 | 52 | return $new_paths; |
| 53 | 53 | } |
@@ -37,12 +37,12 @@ |
||
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |
| 40 | - * Patch on constant |
|
| 41 | - * |
|
| 42 | - * @param string $constant |
|
| 43 | - * @param mixed $value |
|
| 44 | - * @param string $class_method |
|
| 45 | - */ |
|
| 40 | + * Patch on constant |
|
| 41 | + * |
|
| 42 | + * @param string $constant |
|
| 43 | + * @param mixed $value |
|
| 44 | + * @param string $class_method |
|
| 45 | + */ |
|
| 46 | 46 | public static function patchConstant($constant, $value, $class_method = null) |
| 47 | 47 | { |
| 48 | 48 | ConstProxy::patch($constant, $value, $class_method); |