Skip to content

Commit e603f0a

Browse files
committed
Add missing doc types
1 parent 2812bda commit e603f0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Jobs/CommitMetrics.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class CommitMetrics implements ShouldQueue
1717
* Constructor.
1818
*/
1919
public function __construct(
20+
/** @var Measurable[] */
2021
public array $metrics,
2122
) {}
2223

src/Jobs/RecordMetric.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class RecordMetric implements ShouldQueue
1818
* Constructor.
1919
*/
2020
public function __construct(
21+
/** @var Collection<Measurable>|Measurable */
2122
public Collection|Measurable $metrics,
2223
) {}
2324

0 commit comments

Comments
 (0)