Completed
Push — master ( 4c4a4d...80e1e4 )
by Samuel
12s
created
src/Tolerance/Operation/Runner/RetryPromiseOperationRunner.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,8 +41,6 @@  discard block
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * @param Waiter                     $waitStrategy
44
-     * @param ThrowableCatcherVoter|null $fulfilledEvaluator
45
-     * @param ThrowableCatcherVoter|null $rejectedEvaluator
46 44
      */
47 45
     public function __construct(Waiter $waitStrategy, ThrowableCatcherVoter $fulfilledVoter = null, ThrowableCatcherVoter $rejectedVoter = null)
48 46
     {
@@ -84,6 +82,9 @@  discard block
 block discarded – undo
84 82
         );
85 83
     }
86 84
 
85
+    /**
86
+     * @param boolean $fulfilled
87
+     */
87 88
     protected function onTerminate(PromiseOperation $operation, ThrowableCatcherVoter $voter, $fulfilled)
88 89
     {
89 90
         return function ($value) use ($operation, $voter, $fulfilled) {
Please login to merge, or discard this patch.