Skip to content

Commit

Permalink
evictPrivateSymbols is internal
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jul 11, 2022
1 parent f04769b commit 9138ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Reflection/ClassReflection.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ private function getPhpExtension(): PhpClassReflectionExtension
return $extension;
}

/** @internal */
public function evictPrivateSymbols(): void
{
foreach ($this->constants as $name => $constant) {
Expand Down

0 comments on commit 9138ab2

Please sign in to comment.