Completed
Push — refactor-parsing ( 4a0077 )
by Colin
02:30
created
src/Environment/EnvironmentInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     public function getConfig($key = null, $default = null);
30 30
 
31 31
     /**
32
-     * @return iterable<BlockParserFactoryInterface>
32
+     * @return \ArrayIterator|null
33 33
      */
34 34
     public function getBlockParserFactories(): iterable;
35 35
 
Please login to merge, or discard this patch.