Completed
Push — master ( 24d81b...9548ef )
by Mr
02:02
created
src/Database/Drivers/Mongodb.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
             new Exception('Unable to write in database');
203 203
         }
204 204
 
205
-        return (string)$data['_id'];
205
+        return (string) $data['_id'];
206 206
     }
207 207
 
208 208
     /**
Please login to merge, or discard this patch.