Completed
Pull Request — master (#167)
by Emir
03:22
created
lib/Mongo/MongoCollection.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
             foreach ($operators as $operator) {
140 140
                 $i++;
141 141
                 if (! is_array($operator)) {
142
-                    trigger_error("Argument $i is not an array", E_USER_WARNING);
142
+                    trigger_error("argument $i is not an array", E_USER_WARNING);
143 143
                     return;
144 144
                 }
145 145
 
Please login to merge, or discard this patch.