Passed
Branch master (cd2210)
by Thomas
04:03
created
src/Contracts/ConversionNameInterface.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 ConversionNameInterface
6 6
 {
7
+    /**
8
+     * @return string
9
+     */
7 10
     public static function getName(string $entityName);
8 11
 }
Please login to merge, or discard this patch.
src/Contracts/MakeServiceInterface.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 MakeServiceInterface
6 6
 {
7
+    /**
8
+     * @return void
9
+     */
7 10
     public function make();
8 11
 }
Please login to merge, or discard this patch.