Completed
Push — master ( 97b4fc...e5e4b9 )
by Alexander
02:55
created
src/Traits/ConvertsParameters.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.