Test Failed
Push — master ( 83b81c...cf0477 )
by BruceScrutinizer
02:27
created
src/Parser/Node/NamespaceProtectorVisitorInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 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
 }
Please login to merge, or discard this patch.
src/Event/EventDispatcher.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
     {
21 21
         /**
22 22
          * @var callable listener
23
-        */
23
+         */
24 24
         foreach ($this->listenerProvider->getListenersForEvent($event) as $listener) {
25 25
             // if ($event instanceof StoppableEventInterface && $event->isPropagationStopped()) {
26 26
             //     break;
Please login to merge, or discard this patch.