Passed
Push — master ( 593bf9...5d8f62 )
by Mariano
04:47
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   -2 removed lines patch added patch discarded remove patch
@@ -39,9 +39,7 @@
 block discarded – undo
39 39
     /**
40 40
      * Starts a wiremock process.
41 41
      *
42
-     * @param string $jarPath
43 42
      * @param string $logsPath
44
-     * @param string $arguments
45 43
      *
46 44
      * @throws \Exception
47 45
      */
Please login to merge, or discard this patch.