Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and sebastianbergmann committed Dec 24, 2024
1 parent 783d71d commit 9c46531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Metadata/CoversClassesThatExtendClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
private string $className;

/**
* @param int<0, 1> $level
* @param int<0, 1> $level
* @param class-string $className
*/
protected function __construct(int $level, string $className)
Expand Down

0 comments on commit 9c46531

Please sign in to comment.