Skip to content

Commit 5a46b9d

Browse files
committed
Fix annotation
1 parent 992fec6 commit 5a46b9d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/Reflection/CallableReflection.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@
1212
/**
1313
* Create a reflection object from a callable or a callable-like.
1414
*
15-
* @api
15+
* @internal
1616
*/
1717
class CallableReflection
1818
{
1919
/**
2020
* @param callable|array|string $callable Can be a callable or a callable-like.
21-
*
2221
* @throws NotCallableException|ReflectionException
2322
*/
2423
public static function create($callable): ReflectionFunctionAbstract

0 commit comments

Comments
 (0)