Completed
Push — master ( c73d67...e98554 )
by Mehmet
03:16
created
src/ModelUtils.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
                     return $my_doc[$key];
49 49
                 }
50 50
             } // Is the value of the array[key] have same variable type
51
-              //that stated in the definition of the model array.
51
+                //that stated in the definition of the model array.
52 52
             elseif (ModelUtils::getType($my_doc[$key]) != $my_model[$key]['_type']) {
53 53
                 if ($my_key !== null) {
54 54
                     $my_key = $my_key." . ".$key;
Please login to merge, or discard this patch.