mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 08:17:22 +01:00
Code quality improvements
This commit is contained in:
@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user