We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992fec6 commit 5a46b9dCopy full SHA for 5a46b9d
src/Reflection/CallableReflection.php
@@ -12,13 +12,12 @@
12
/**
13
* Create a reflection object from a callable or a callable-like.
14
*
15
- * @api
+ * @internal
16
*/
17
class CallableReflection
18
{
19
20
* @param callable|array|string $callable Can be a callable or a callable-like.
21
- *
22
* @throws NotCallableException|ReflectionException
23
24
public static function create($callable): ReflectionFunctionAbstract
0 commit comments