Passed
Push — main ( eaebb0...6ba155 )
by Björn
05:26
created
src/Standards/BestIt/Sniffs/TypeHints/SuggestExplicitReturnTypeSniff.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.