Code improvements (#1649)
* use global namespace for faster lookups * phpstan level 5
This commit is contained in:
@@ -61,7 +61,7 @@ class TagFixtures extends Fixture
|
||||
$tagName = $faker->text(rand(5, 10));
|
||||
}
|
||||
|
||||
if (in_array($tagName, $existing)) {
|
||||
if (\in_array($tagName, $existing)) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user