mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Fix some php8+ issues
This commit is contained in:
@@ -228,7 +228,7 @@ class StandardTagFactoryTest extends TestCase
|
||||
|
||||
public function testTagWithHandlerObject(): void
|
||||
{
|
||||
$fqsenResolver = new FqsenResolver();
|
||||
$fqsenResolver = new FqsenResolver();
|
||||
|
||||
$customFactory = new CustomTagFactory();
|
||||
$injectedClass = new CustomServiceClass();
|
||||
|
||||
Reference in New Issue
Block a user