chore: phpstan level 5

This commit is contained in:
Nuno Maduro
2021-11-14 21:39:24 +00:00
parent 183f975166
commit b2cd60395f
11 changed files with 24 additions and 49 deletions

View File

@ -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);
}