Passed
Push — master ( 6b166e...48ca83 )
by Mariano
12:38 queued 07:41
created
src/Extension/PhiremockProcess.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 namespace Codeception\Extension;
20 20
 
21 21
 use Symfony\Component\Process\Process;
22
-use Codeception\PHPUnit\Constraint\Page;
23 22
 
24 23
 /**
25 24
  * Manages the current running Phiremock process.
Please login to merge, or discard this patch.