Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 03e411c

Browse files
committed
Add missed implements to FunctionCallbackInfo [skip ci], #72
1 parent aed43d2 commit 03e411c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/src/FunctionCallbackInfo.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* including the receiver, the number and values of arguments, and
2323
* the holder of the function.
2424
*/
25-
class FunctionCallbackInfo
25+
class FunctionCallbackInfo implements CallbackInfoInterface
2626
{
2727
/**
2828
* {@inheritdoc}

0 commit comments

Comments
 (0)