@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | */ |
| 53 | 53 | public function product($array) |
| 54 | 54 | { |
| 55 | - return isset($array) ? array_product((array)$array) : null; |
|
| 55 | + return isset($array) ? array_product((array)$array) : null; |
|
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | /** |
@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | */ |
| 64 | 64 | public function values($array) |
| 65 | 65 | { |
| 66 | - return isset($array) ? array_values((array)$array) : null; |
|
| 66 | + return isset($array) ? array_values((array)$array) : null; |
|
| 67 | 67 | } |
| 68 | 68 | |
| 69 | 69 | /** |
@@ -129,7 +129,7 @@ |
||
| 129 | 129 | if ( |
| 130 | 130 | (is_int($datetype) && $datetype !== \IntlDateFormatter::NONE) || |
| 131 | 131 | (is_int($timetype) && $timetype !== \IntlDateFormatter::NONE) |
| 132 | - ){ |
|
| 132 | + ) { |
|
| 133 | 133 | $pattern = \IntlDateFormatter::create( |
| 134 | 134 | \Locale::getDefault(), |
| 135 | 135 | is_int($datetype) ? $datetype : \IntlDateFormatter::NONE, |