Fix some php8+ issues

This commit is contained in:
Jaapio
2022-10-28 14:54:08 +02:00
parent c6f6e2d523
commit b66b6dc644
7 changed files with 14 additions and 14 deletions
@@ -228,7 +228,7 @@ class StandardTagFactoryTest extends TestCase
public function testTagWithHandlerObject(): void
{
$fqsenResolver = new FqsenResolver();
$fqsenResolver = new FqsenResolver();
$customFactory = new CustomTagFactory();
$injectedClass = new CustomServiceClass();