Completed
Pull Request — master (#30)
by
unknown
08:18
created
src/Formatter/Formatter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      * {@inheritdoc}
51 51
      *
52 52
      * @param  TemplateInterface $template
53
-     * @return mixed|string
53
+     * @return string
54 54
      */
55 55
     public function getMessage(TemplateInterface $template)
56 56
     {
Please login to merge, or discard this patch.
src/Matcher/AbstractMatcher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     /**
25 25
      * {@inheritdoc}
26 26
      *
27
-     * @param  mixed $actual
27
+     * @param  string $actual
28 28
      * @return Match
29 29
      */
30 30
     public function match($actual = '')
Please login to merge, or discard this patch.