Completed
Pull Request — master (#376)
by ignace nyamagana
10:40
created
src/Stream.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
     /**
122 122
      * New instance.
123 123
      *
124
-     * @param mixed $stream stream type resource
124
+     * @param resource $stream stream type resource
125 125
      */
126 126
     public function __construct($stream)
127 127
     {
Please login to merge, or discard this patch.
src/Polyfill/EmptyEscapeParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
      *
102 102
      * @param \SplFileObject|Stream $document
103 103
      *
104
-     * @return \Generator|array[]
104
+     * @return \Generator
105 105
      */
106 106
     public static function parse($document): \Generator
107 107
     {
Please login to merge, or discard this patch.