Passed
Branch master (61aabc)
by Gabriel
03:00
created
Category
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.