Passed
Push — master ( 3c4044...4e6e6f )
by Maxim
03:11
created
src/TypeProcessor.php 1 patch
Spacing   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
      * 
198 198
      * @param string $type type
199 199
      */
200
-    private function replaceBool(string &$type): void
200
+    private function replaceBool(string & $type): void
201 201
     {
202 202
         switch ($type) {
203 203
             case 'bool':
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
      *
212 212
      * @param string $type type
213 213
      */
214
-    private function replaceInt(string &$type): void
214
+    private function replaceInt(string & $type): void
215 215
     {
216 216
         switch ($type) {
217 217
             case 'int':
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
      *
226 226
      * @param string $type type
227 227
      */
228
-    private function replaceFloat(string &$type): void
228
+    private function replaceFloat(string & $type): void
229 229
     {
230 230
         switch ($type) {
231 231
             case 'int':
@@ -239,7 +239,7 @@  discard block
 block discarded – undo
239 239
      *
240 240
      * @param string $type type
241 241
      */
242
-    private function replaceAxs(string &$type): void
242
+    private function replaceAxs(string & $type): void
243 243
     {
244 244
         switch ($type) {
245 245
             case 'string':
Please login to merge, or discard this patch.