Completed
Push — feature/5.0.1 ( ac6a3e...d50cc3 )
by Raúl
01:16
created
src/Parser.php 1 patch
Doc Comments   +7 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,12 +164,18 @@  discard block
 block discarded – undo
164 164
         return $catalog;
165 165
     }
166 166
 
167
+    /**
168
+     * @param string $line
169
+     */
167 170
     protected function shouldIgnoreLine($line, array $entry)
168 171
     {
169 172
         return empty($line) && count($entry) === 0;
170 173
     }
171 174
 
172 175
 
176
+    /**
177
+     * @param string $line
178
+     */
173 179
     protected function shouldCloseEntry($line, array $entry)
174 180
     {
175 181
         $lineKey = '';
@@ -182,7 +188,7 @@  discard block
 block discarded – undo
182 188
      *
183 189
      * @param array $entry
184 190
      *
185
-     * @return bool
191
+     * @return boolean|null
186 192
      */
187 193
     protected function isHeader(array $entry)
188 194
     {
Please login to merge, or discard this patch.