mirror of
https://github.com/pestphp/pest.git
synced 2026-07-26 11:30:02 +02:00
chore: phpstan level 5
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ final class Datasets
|
||||
$processedDataset = [];
|
||||
|
||||
if (is_string($data)) {
|
||||
if (! array_key_exists($data, self::$datasets)) {
|
||||
if (!array_key_exists($data, self::$datasets)) {
|
||||
throw new DatasetDoesNotExist($data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user