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 03f0f7e commit cb4e61aCopy full SHA for cb4e61a
tests/unit/Types/ContextFactoryTest.php
@@ -80,9 +80,9 @@ public function testReadsAliasesFromProvidedNamespaceAndContent()
80
{
81
$fixture = new ContextFactory();
82
$expected = [
83
- 'm' => m::class,
84
- 'DocBlock' => DocBlock::class,
85
- 'Tag' => Tag::class,
+ 'm' => m::class,
+ 'DocBlock' => DocBlock::class,
+ 'Tag' => Tag::class,
86
'phpDocumentor' => 'phpDocumentor',
87
ReflectionClass::class => ReflectionClass::class,
88
'TestCase' => TestCase::class,
0 commit comments