Completed
Push — v2.1.0 ( dbf4e1...a3716a )
by Noritaka
03:06
created
src/ReportTransferCommand.php 2 patches
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-     * @param PrintableExceptionInterface $exception
118
+     * @param ConfigFileNotFoundException $exception
119 119
      * @return int
120 120
      */
121 121
     private function failed(PrintableExceptionInterface $exception)
@@ -124,6 +124,9 @@  discard block
 block discarded – undo
124 124
         return Status::FAILURE;
125 125
     }
126 126
 
127
+    /**
128
+     * @return string
129
+     */
127 130
     private function configurationFile()
128 131
     {
129 132
         $path = null;
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 
12 12
 namespace coverallskit;
13 13
 
14
-use coverallskit\Configuration;
15 14
 use coverallskit\entity\ReportEntity;
16 15
 use Aura\Cli\Stdio;
17 16
 use Aura\Cli\Context;
Please login to merge, or discard this patch.