Completed
Pull Request — master (#216)
by
unknown
08:27
created
lib/Mongo/MongoCollection.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
                 foreach ($operators as $operator) {
153 153
                     $i++;
154 154
                     if (! is_array($operator)) {
155
-                        trigger_error("Argument $i is not an array", E_USER_WARNING);
155
+                        trigger_error("argument $i is not an array", E_USER_WARNING);
156 156
                         return;
157 157
                     }
158 158
 
Please login to merge, or discard this patch.