Passed
Push — master ( ffbf80...8948ac )
by Thomas
02:50
created
src/Contracts/OpenInIdeInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -4,5 +4,8 @@
 block discarded – undo
4 4
 
5 5
 interface OpenInIdeInterface
6 6
 {
7
+    /**
8
+     * @return void
9
+     */
7 10
     public function open();
8 11
 }
Please login to merge, or discard this patch.
src/Contracts/ServiceInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -4,5 +4,8 @@
 block discarded – undo
4 4
 
5 5
 interface ServiceInterface
6 6
 {
7
+    /**
8
+     * @return void
9
+     */
7 10
     public function call();
8 11
 }
Please login to merge, or discard this patch.
src/Services/LanguageFileService.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
     /**
17 17
      * Build the language file.
18 18
      *
19
-     * @param string $name
20 19
      *
21 20
      * @return string
22 21
      */
Please login to merge, or discard this patch.
src/Services/MigrationService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Webfactor\Laravel\Generators\Services;
4 4
 
5
-use Illuminate\Contracts\Filesystem\FileNotFoundException;
6 5
 use Webfactor\Laravel\Generators\Contracts\ServiceAbstract;
7 6
 use Webfactor\Laravel\Generators\Contracts\ServiceInterface;
8 7
 use Webfactor\Laravel\Generators\Traits\CanGenerateFile;
Please login to merge, or discard this patch.