@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | // if we get here, then we just return the PHP scalar type |
94 | - return [ $type => $type ]; |
|
94 | + return [$type => $type]; |
|
95 | 95 | } |
96 | 96 | |
97 | 97 | /** |
@@ -130,7 +130,7 @@ discard block |
||
130 | 130 | $retval = array_merge( |
131 | 131 | GetObjectTypes::from($item), |
132 | 132 | self::getObjectSpecialTypes($item), |
133 | - [ 'object' => 'object' ] |
|
133 | + ['object' => 'object'] |
|
134 | 134 | ); |
135 | 135 | |
136 | 136 | return $retval; |