Completed
Push — master ( 98a82f...7bd861 )
by Márcio Lucas R.
11s
created
src/Phiber/ORM/Persistence/TableMySql.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -193,7 +193,7 @@
 block discarded – undo
193 193
 
194 194
             /**
195 195
              * @todo NOT NULL AQUI
196
-            */
196
+             */
197 197
 
198 198
             if (array_key_exists('notNull', $arrFormatado)) {
199 199
                 if ($arrFormatado['notNull'] === "true") {
Please login to merge, or discard this patch.