@@ -37,6 +37,6 @@ |
||
| 37 | 37 | */ |
| 38 | 38 | public static function hasElement(array $array, $element):bool |
| 39 | 39 | { |
| 40 | - return isset($array[$element]) && strlen($array[$element]) > 0; |
|
| 40 | + return isset($array[$element]) && strlen($array[$element]) > 0; |
|
| 41 | 41 | } |
| 42 | 42 | } |