Skip to content

Commit e17771f

Browse files
committed
Add namespace to MethodInterceptorInterface
The namespace Ray\Aop was added to MethodInterceptorInterface.php for further class organization and better handling. This change will assist in specifying the full path of the interfaced class within directory structures.
1 parent 4fbd354 commit e17771f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src-mock/MethodInterceptorInterface.php

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
declare(strict_types=1);
44

5+
namespace Ray\Aop;
56

67
// The original class defined in the PECL extension.
78

0 commit comments

Comments
 (0)