Passed
Pull Request — master (#91)
by Alessandro
02:38
created
src/DataCollector/MongoDbDataCollector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
     public function collect(Request $request, Response $response, $exception = null)
55 55
     {
56
-        if ($exception && ! $exception instanceof \Throwable) {
56
+        if ($exception && !$exception instanceof \Throwable) {
57 57
             throw new \InvalidArgumentException(sprintf(
58 58
                 'Argument 3 passed to %s must be an instance of \Throwable or null, %s given',
59 59
                 __METHOD__,
Please login to merge, or discard this patch.