Completed
Pull Request — master (#244)
by Matt
07:20
created
lib/Alcaeus/MongoDbAdapter/ExceptionConverter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
                 // attempt to retrieve write error
50 50
                 if ($writeResult instanceof WriteResult && count($writeResult->getWriteErrors())) {
51 51
                     $writeError = $writeResult->getWriteErrors()[0];
52
-                    if($writeError instanceof WriteError) {
52
+                    if ($writeError instanceof WriteError) {
53 53
                         $message = $writeError->getMessage();
54 54
                         $code = $writeError->getCode();
55 55
                     }
Please login to merge, or discard this patch.