@@ -17,8 +17,8 @@ discard block |
||
| 17 | 17 | */ |
| 18 | 18 | public static function isAssocArray(array $array) :bool |
| 19 | 19 | { |
| 20 | - if (array() === $array) return false; |
|
| 21 | - return array_keys($array) !== range(0, count($array) - 1); |
|
| 20 | + if (array() === $array) return false; |
|
| 21 | + return array_keys($array) !== range(0, count($array) - 1); |
|
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | /** |
@@ -179,7 +179,7 @@ discard block |
||
| 179 | 179 | } |
| 180 | 180 | |
| 181 | 181 | |
| 182 | - /** |
|
| 182 | + /** |
|
| 183 | 183 | * Gets the module based on the classname |
| 184 | 184 | * @param string $class |
| 185 | 185 | * @return string |