Skip to content

Commit d7cf348

Browse files
authored
BufferedUsageCollector: add phpstan-require-implements (#235)
1 parent a4749b0 commit d7cf348

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Collector/BufferedUsageCollector.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
namespace ShipMonk\PHPStan\DeadCode\Collector;
44

55
use PHPStan\Analyser\Scope;
6+
use PHPStan\Collectors\Collector;
67
use ShipMonk\PHPStan\DeadCode\Graph\CollectedUsage;
78
use function array_map;
89

10+
/**
11+
* @phpstan-require-implements Collector
12+
*/
913
trait BufferedUsageCollector
1014
{
1115

0 commit comments

Comments
 (0)