Skip to content

Commit 76d8400

Browse files
committed
ClassLike::getNamespace() is no longer @internal (#134)
1 parent e3aaa81 commit 76d8400

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/PhpGenerator/ClassLike.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public function setNamespace(?PhpNamespace $namespace): static
8989
}
9090

9191

92-
/** @internal */
9392
public function getNamespace(): ?PhpNamespace
9493
{
9594
return $this->namespace;

0 commit comments

Comments
 (0)