Completed
Push — master ( 3e29f4...a0257c )
by Gytis
03:40 queued 11s
created
src/Inspection/DocTypeInspector.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
                     $subject->addFnTypeWarning('Missing PHPDoc tag or void type declaration for :subject:');
132 132
                 }
133 133
             } else {
134
-                 $subject->addDocTypeWarning('Add type hint in PHPDoc tag for :subject:');
134
+                    $subject->addDocTypeWarning('Add type hint in PHPDoc tag for :subject:');
135 135
             }
136 136
         }
137 137
     }
Please login to merge, or discard this patch.