@@ -34,6 +34,9 @@ |
||
| 34 | 34 | $this->receiver = $receiver; |
| 35 | 35 | } |
| 36 | 36 | |
| 37 | + /** |
|
| 38 | + * @param integer $max |
|
| 39 | + */ |
|
| 37 | 40 | public function getFailedEntries(?int $max): array |
| 38 | 41 | { |
| 39 | 42 | $envelopes = $this->receiver->all($max); |