Passed
Push — master ( 61aabc...d447c5 )
by Gabriel
02:20
created
src/Bearer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      */
44 44
     public function __invoke(callable $handler)
45 45
     {
46
-        return function(RequestInterface $request, array $options) use ($handler) {
46
+        return function (RequestInterface $request, array $options) use ($handler) {
47 47
             $request = $this->authenticate($request);
48 48
             return $handler($request, $options);
49 49
         };
Please login to merge, or discard this patch.