Passed
Push — master ( 1f7f34...948e88 )
by Thomas
04:12 queued 02:03
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.