Skip to content

Commit 0899cfa

Browse files
committed
typos
1 parent 77bc289 commit 0899cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpGenerator/PhpNamespace.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Assert::same($namespace, $interfaceB->getNamespace());
3131
Assert::exception(function() use ($namespace) {
3232
$traitC = $namespace->addTrait('C');
3333
Assert::same($namespace, $traitC->getNamespace());
34-
}, 'Nette\InvalidStateException', "Alias 'C' used already for 'Bar\C', cannot use for 'Foo\C'.");
34+
}, 'Nette\InvalidStateException', "Alias 'C' used already for 'Bar\\C', cannot use for 'Foo\\C'.");
3535

3636
$classA
3737
->addImplement('Foo\\A')

0 commit comments

Comments
 (0)