@@ -128,7 +128,7 @@ discard block |
||
128 | 128 | */ |
129 | 129 | protected function castToBooleanIsDisabled():bool |
130 | 130 | { |
131 | - return isset( $this->castBooleans ) && ! $this->castBooleans; |
|
131 | + return isset($this->castBooleans) && ! $this->castBooleans; |
|
132 | 132 | } |
133 | 133 | |
134 | 134 | /** |
@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | */ |
139 | 139 | protected function convertToSnakeCaseIsDisabled():bool |
140 | 140 | { |
141 | - return isset( $this->convertToSnakeCase ) && ! $this->convertToSnakeCase; |
|
141 | + return isset($this->convertToSnakeCase) && ! $this->convertToSnakeCase; |
|
142 | 142 | } |
143 | 143 | |
144 | 144 | /** |