Completed
Push — master ( caeec0...d3fae4 )
by Steevan
15:25 queued 12:55
created
Model/DoctrineHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
     /**
47 47
      * Drop tables if exists
48 48
      *
49
-     * @param array $tables
49
+     * @param string[] $tables
50 50
      */
51 51
     protected function dropTables(array $tables)
52 52
     {
Please login to merge, or discard this patch.
Service/Installer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      *
17 17
      * @param string $bundle
18 18
      * @param string $tag
19
-     * @param $implements Fully qualified interface name must be implemented
19
+     * @param string $implements Fully qualified interface name must be implemented
20 20
      * @return array
21 21
      * @throws StructureException
22 22
      */
Please login to merge, or discard this patch.