Skip to content

Commit

Permalink
PhpFunctionFromParserNodeReflection and PhpMethodFromParserNodeReflec…
Browse files Browse the repository at this point in the history
…tion are part of BC promise
  • Loading branch information
ondrejmirtes committed Jan 26, 2023
1 parent d49e87b commit 8107179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Reflection/Php/PhpFunctionFromParserNodeReflection.php
Expand Up @@ -23,6 +23,9 @@
use function is_array;
use function is_string;

/**
* @api
*/
class PhpFunctionFromParserNodeReflection implements FunctionReflection
{

Expand Down
3 changes: 3 additions & 0 deletions src/Reflection/Php/PhpMethodFromParserNodeReflection.php
Expand Up @@ -21,6 +21,9 @@
use PHPStan\Type\VoidType;
use function strtolower;

/**
* @api
*/
class PhpMethodFromParserNodeReflection extends PhpFunctionFromParserNodeReflection implements ExtendedMethodReflection
{

Expand Down

0 comments on commit 8107179

Please sign in to comment.