Completed
Pull Request — master (#9)
by Krishnaprasad
10:11
created
src/Throttle/Throttler/RetrialQueueThrottler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     private $timeProvider;
41 41
 
42 42
     /**
43
-     * @param RetriableThrottlerInterface $internalThrottler
43
+     * @param ThrottlerInterface $internalThrottler
44 44
      * @param TimeAdapterInterface        $timeProvider
45 45
      */
46 46
     public function __construct(RetriableThrottlerInterface $internalThrottler, TimeAdapterInterface $timeProvider)
Please login to merge, or discard this patch.