Completed
Push — replace-document-processors ( 3e918a )
by Colin
05:24
created
src/EnvironmentInterface.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
     public function getConfig($key = null, $default = null);
34 34
 
35 35
     /**
36
-     * @return iterable<BlockParserInterface>
36
+     * @return \ArrayIterator|null
37 37
      */
38 38
     public function getBlockParsers(): iterable;
39 39
 
@@ -76,6 +76,7 @@  discard block
 block discarded – undo
76 76
      * Dispatches the given event to listeners
77 77
      *
78 78
      * @param AbstractEvent $event
79
+     * @return void
79 80
      */
80 81
     public function dispatch(AbstractEvent $event): void;
81 82
 }
Please login to merge, or discard this patch.