Completed
Pull Request — master (#7)
by
unknown
02:06
created
src/TableParser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -92,6 +92,9 @@
 block discarded – undo
92 92
         return $columns;
93 93
     }
94 94
 
95
+    /**
96
+     * @param string $line
97
+     */
95 98
     private function parseRow($line, array $columns, $type = TableCell::TYPE_BODY)
96 99
     {
97 100
         $cells = RegexHelper::matchAll(self::REGEXP_CELLS, $line);
Please login to merge, or discard this patch.