Completed
Push — master ( 1dd4e1...81f0af )
by Guillaume
01:42
created
src/Structure/MysqlDatabaseColumn.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-     * @return mixed
91
+     * @return integer
92 92
      */
93 93
     public function getLength()
94 94
     {
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-     * @return array
141
+     * @return string[]
142 142
      *
143 143
      * @throws TableHasNotDefinedException
144 144
      */
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
     }
156 156
 
157 157
     /**
158
-     * @return array
158
+     * @return string[]
159 159
      *
160 160
      * @throws TableHasNotDefinedException
161 161
      */
Please login to merge, or discard this patch.
src/Structure/MysqlDatabaseTable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,8 @@
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param       $indexName
66
-     * @param       $unique
65
+     * @param       string $indexName
66
+     * @param       integer $unique
67 67
      * @param array $columns
68 68
      */
69 69
     protected function addIndexType($indexName, $unique, array $columns)
Please login to merge, or discard this patch.