Completed
Pull Request — master (#26)
by X
02:15
created
src/RegexpSubstringParser.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      * parse given `$source` and return substring result
37 37
      *
38 38
      * @param Source $source parser input
39
-     * @return array
39
+     * @return string
40 40
      * @throws UnserializeFailedException
41 41
      */
42 42
     public function parse(Source $source)
Please login to merge, or discard this patch.