@@ -30,6 +30,9 @@ |
||
| 30 | 30 | ]))->promise()->wait(); |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | + /** |
|
| 34 | + * @param MonitorCollection $monitors |
|
| 35 | + */ |
|
| 33 | 36 | protected function getPromises($monitors): \Generator |
| 34 | 37 | { |
| 35 | 38 | foreach ($monitors as $monitor) { |
@@ -32,6 +32,9 @@ |
||
| 32 | 32 | ]))->promise()->wait(); |
| 33 | 33 | } |
| 34 | 34 | |
| 35 | + /** |
|
| 36 | + * @param MonitorCollection $monitors |
|
| 37 | + */ |
|
| 35 | 38 | protected function getPromises($monitors): \Generator |
| 36 | 39 | { |
| 37 | 40 | foreach ($monitors as $monitor) { |