Code quality improvements

This commit is contained in:
Nuno Maduro
2022-09-16 11:27:17 +01:00
parent e9564febaf
commit 45011ebd14
42 changed files with 266 additions and 278 deletions

View File

@ -61,11 +61,11 @@ final class DatasetsRepository
}
/**
* @return Closure|iterable<int|string, mixed>|never
* @return Closure|array<int|string, mixed>|never
*
* @throws ShouldNotHappen
*/
public static function get(string $filename, string $description): Closure|iterable
public static function get(string $filename, string $description)
{
$dataset = self::$withs[$filename.'>>>'.$description];