Passed
Pull Request — 1.x (#334)
by Akihito
02:32
created
src/SemanticLog/Profile/Verbose/OpenContext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
         $this->uri = $request->toUri();
35 35
         $this->call = [
36 36
             $request->resourceObject::class,
37
-            'on' . ucfirst(strtolower($request->method)),
37
+            'on'.ucfirst(strtolower($request->method)),
38 38
         ];
39 39
 
40 40
         // Start XdebugTrace for profiling (handled internally)
Please login to merge, or discard this patch.