Completed
Pull Request — master (#91)
by Timothée
07:01
created
src/Tolerance/Throttling/RateLimit/LeakyBucket.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -49,6 +49,7 @@
 block discarded – undo
49 49
 
50 50
     /**
51 51
      * {@inheritdoc}
52
+     * @param string $identifier
52 53
      */
53 54
     public function getTicksBeforeUnderLimit($identifier)
54 55
     {
Please login to merge, or discard this patch.
src/Tolerance/Bridge/Symfony/Metrics/Event/RequestEnded.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     /**
37 37
      * @param Request                    $request
38 38
      * @param Response|null              $response
39
-     * @param \Exception|\Throwable|null $exception
39
+     * @param \Exception $exception
40 40
      */
41 41
     public function __construct(Request $request, Response $response = null, $exception = null)
42 42
     {
Please login to merge, or discard this patch.