Completed
Push — v2.1.0 ( dbf4e1...a3716a )
by Noritaka
03:06
created
src/ReportTransferCommand.php 1 patch
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.