Passed
Push — master ( 6d9a81...e86da3 )
by BruceScrutinizer
02:38
created
src/Parser/Node/NamespaceProtectorVisitorInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,8 +11,8 @@
 block discarded – undo
11 11
 interface NamespaceProtectorVisitorInterface extends NodeVisitor
12 12
 {
13 13
     /**
14
-    * @return ResultCollectedReadable<ErrorResult>
15
-    */
14
+     * @return ResultCollectedReadable<ErrorResult>
15
+     */
16 16
     public function getStoreProcessedResult(): ResultCollectedReadable;
17 17
 
18 18
     public function clearStoredProcessedResult(): void;
Please login to merge, or discard this patch.