Skip to content

Commit 216626a

Browse files
committed
ClassLike::getNamespace() is no longer @internal (#134)
1 parent 52aff4d commit 216626a

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
@@ -91,7 +91,6 @@ public function setNamespace(?PhpNamespace $namespace): static
9191
}
9292

9393

94-
/** @internal */
9594
public function getNamespace(): ?PhpNamespace
9695
{
9796
return $this->namespace;

0 commit comments

Comments
 (0)