Completed
Pull Request — master (#468)
by Colin
01:18
created
src/Environment/EnvironmentInterface.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,13 +23,14 @@  discard block
 block discarded – undo
23 23
 {
24 24
     /**
25 25
      * @param mixed $default
26
+     * @param string $key
26 27
      *
27 28
      * @return mixed
28 29
      */
29 30
     public function getConfig(?string $key = null, $default = null);
30 31
 
31 32
     /**
32
-     * @return iterable<BlockStartParserInterface>
33
+     * @return \ArrayIterator|null
33 34
      */
34 35
     public function getBlockStartParsers(): iterable;
35 36
 
@@ -54,6 +55,7 @@  discard block
 block discarded – undo
54 55
 
55 56
     /**
56 57
      * Dispatches the given event to listeners
58
+     * @return void
57 59
      */
58 60
     public function dispatch(AbstractEvent $event): void;
59 61
 }
Please login to merge, or discard this patch.