Test Failed
Branch master (29bb8f)
by Mariano
03:00
created
src/Extension/Phiremock.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -87,6 +87,9 @@
 block discarded – undo
87 87
         $this->process->stop();
88 88
     }
89 89
 
90
+    /**
91
+     * @param null|PhiremockProcess $process
92
+     */
90 93
     private function initProcess($process)
91 94
     {
92 95
         $this->process = $process === null ? new PhiremockProcess() : $process;
Please login to merge, or discard this patch.
src/Extension/PhiremockProcess.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -44,6 +44,7 @@
 block discarded – undo
44 44
      * @param string $path
45 45
      * @param string $logsPath
46 46
      * @param bool   $debug
47
+     * @param string $expectationsPath
47 48
      */
48 49
     public function start($ip, $port, $path, $logsPath, $debug, $expectationsPath)
49 50
     {
Please login to merge, or discard this patch.