Completed
Pull Request — develop (#28)
by
unknown
04:01
created
src/Handler/StopTimer.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
     {
50 50
         $exceptionHandler = $this->exceptionHandler;
51 51
 
52
-        return function($response) use ($request, $exceptionHandler) {
52
+        return function ($response) use ($request, $exceptionHandler) {
53 53
             try {
54 54
                 $this->responseTimeLogger->stop($request, $response);
55 55
             } catch (Exception $e) {
Please login to merge, or discard this patch.