Completed
Push — master ( f9fc64...b667fe )
by
unknown
28s queued 10s
created
src/Kunstmaan/GeneratorBundle/Generator/KunstmaanGenerator.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
      * @param string|null     $extendClass
92 92
      * @param bool            $withRepository
93 93
      *
94
-     * @return array
94
+     * @return string[]
95 95
      *
96 96
      * @throws \RuntimeException
97 97
      */
@@ -176,9 +176,9 @@  discard block
 block discarded – undo
176 176
     /**
177 177
      * Generate the entity admin type.
178 178
      *
179
-     * @param        $bundle
180
-     * @param        $entityName
181
-     * @param        $entityPrefix
179
+     * @param        BundleInterface $bundle
180
+     * @param        string $entityName
181
+     * @param        string $entityPrefix
182 182
      * @param array  $fields
183 183
      * @param string $extendClass
184 184
      */
Please login to merge, or discard this patch.
Kunstmaan/GeneratorBundle/Generator/Symfony4EntityRepositoryGenerator.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -26,8 +26,8 @@  discard block
 block discarded – undo
26 26
 ';
27 27
 
28 28
     /**
29
-     * @param string $entityClassName
30
-     * @param string $repositoryClassName
29
+     * @param string $entityClass
30
+     * @param string $repositoryClass
31 31
      *
32 32
      * @return string
33 33
      */
@@ -44,8 +44,9 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-     * @param string $fullClassName
48 47
      * @param string $outputDirectory
48
+     * @param string $entityClass
49
+     * @param string $repositoryClass
49 50
      */
50 51
     public function writeEntityRepositoryClass($entityClass, $repositoryClass, $outputDirectory)
51 52
     {
Please login to merge, or discard this patch.