We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d4fda commit 7d2174eCopy full SHA for 7d2174e
tests/unit/DocBlock/StandardTagFactoryTest.php
@@ -241,7 +241,7 @@ public function testHandlerRegistrationFailsIfProvidedTagNameIsNamespaceButNotFu
241
$this->expectException('InvalidArgumentException');
242
$resolver = m::mock(FqsenResolver::class);
243
$tagFactory = new StandardTagFactory($resolver);
244
- $tagFactory->registerTagHandler('Name\Spaced\Tag', Author::class);
+ $tagFactory->registerTagHandler(\Name\Spaced\Tag::class, Author::class);
245
}
246
247
/**
0 commit comments