mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
refacto: 100% type coverage
This commit is contained in:
@ -159,10 +159,9 @@ final class Coverage
|
||||
* ['11', '20..25', '50', '60..80'];
|
||||
* ```
|
||||
*
|
||||
* @param File $file
|
||||
* @return array<int, string>
|
||||
*/
|
||||
public static function getMissingCoverage($file): array
|
||||
public static function getMissingCoverage(File $file): array
|
||||
{
|
||||
$shouldBeNewLine = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user