Passed
Pull Request — master (#32)
by
unknown
03:09
created
src/Extension/PhiremockProcess.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * @param string $path
46 46
      * @param string $logsPath
47 47
      * @param bool   $debug
48
-     * @param mixed  $expectationsPath
48
+     * @param string|null  $expectationsPath
49 49
      */
50 50
     public function start($ip, $port, $path, $logsPath, $debug, $expectationsPath)
51 51
     {
Please login to merge, or discard this patch.
src/Util/ExpectationAnnotationParser.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@
 block discarded – undo
51 51
 
52 52
     /**
53 53
      * @param       $expectationsPath
54
-     * @param array $matches
55 54
      *
56 55
      * @return string
57 56
      */
Please login to merge, or discard this patch.