@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | |
125 | 125 | $scriptVersion = $this->getScriptVersion(); |
126 | 126 | |
127 | - return $scriptVersion === (float)$this->version; |
|
127 | + return $scriptVersion === (float) $this->version; |
|
128 | 128 | } |
129 | 129 | |
130 | 130 | /** |
@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | return false; |
143 | 143 | } |
144 | 144 | |
145 | - return (float)constant($class . '::VERSION'); |
|
145 | + return (float) constant($class . '::VERSION'); |
|
146 | 146 | } |
147 | 147 | |
148 | 148 | } |
149 | 149 | \ No newline at end of file |