Completed
Push — master ( 099793...ff0ab0 )
by Alexander
03:07
created
src/Traits/ConvertsParameters.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.