Completed
Pull Request — master (#56)
by Dima
02:52
created
src/MySql/AuditDiffTable.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,9 +126,9 @@
 block discarded – undo
126 126
   /**
127 127
    * Add not null to audit columns if it not nullable.
128 128
    *
129
-   * @param array $theColumns Audit columns.
129
+   * @param \array[] $theColumns Audit columns.
130 130
    *
131
-   * @return array
131
+   * @return \array[]
132 132
    */
133 133
   private function addNotNull($theColumns)
134 134
   {
Please login to merge, or discard this patch.