@@ -17,7 +17,7 @@ |
||
17 | 17 | |
18 | 18 | public const CODE_MIXED_TYPE = 'MixedType'; |
19 | 19 | |
20 | - private const MESSAGE_MIXED_TYPE = 'We suggest that you avoid the "mixed" type and declare the ' . |
|
20 | + private const MESSAGE_MIXED_TYPE = 'We suggest that you avoid the "mixed" type and declare the '. |
|
21 | 21 | 'required types in detail.'; |
22 | 22 | |
23 | 23 | private function isMixedTypeHint(): bool |