Passed
Pull Request — master (#18)
by Indra
09:07 queued 02:38
created
Service/RateLimitHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
      * @throws \Psr\Cache\InvalidArgumentException
124 124
      * @throws \ReflectionException
125 125
      */
126
-     public function handle(Request $request)
126
+        public function handle(Request $request)
127 127
     {
128 128
         $annotationReader = new AnnotationReader();
129 129
         /** @var ApiRateLimit $annotation */
Please login to merge, or discard this patch.