@@ -87,7 +87,7 @@ discard block |
||
| 87 | 87 | */ |
| 88 | 88 | protected function castBooleans( $input ):array |
| 89 | 89 | { |
| 90 | - if ( isset( $this->castBooleans ) && ! $this->castBooleans ) { |
|
| 90 | + if ( isset($this->castBooleans) && ! $this->castBooleans ) { |
|
| 91 | 91 | return; |
| 92 | 92 | } |
| 93 | 93 | |
@@ -108,7 +108,7 @@ discard block |
||
| 108 | 108 | */ |
| 109 | 109 | protected function castValueToBoolean( $value ) |
| 110 | 110 | { |
| 111 | - if ( isset( $this->convertToSnakeCase ) && ! $this->convertToSnakeCase ) { |
|
| 111 | + if ( isset($this->convertToSnakeCase) && ! $this->convertToSnakeCase ) { |
|
| 112 | 112 | return; |
| 113 | 113 | } |
| 114 | 114 | |