Completed
Pull Request — master (#9)
by Krishnaprasad
10:11
created
src/Throttle/Throttler/ElasticWindowThrottler.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -27,9 +27,9 @@
 block discarded – undo
27 27
 
28 28
 class ElasticWindowThrottler extends AbstractWindowThrottler implements ThrottlerInterface
29 29
 {
30
-     /**
31
-     * @inheritdoc
32
-     */
30
+        /**
31
+         * @inheritdoc
32
+         */
33 33
     public function hit(): ThrottlerInterface
34 34
     {
35 35
         $key = $this->data->getKey();
Please login to merge, or discard this patch.