@@ -87,6 +87,6 @@ |
||
87 | 87 | if (null === $firstParameterType) { |
88 | 88 | return null; |
89 | 89 | } |
90 | - return (string)$firstParameterType; |
|
90 | + return (string) $firstParameterType; |
|
91 | 91 | } |
92 | 92 | } |