Completed
Push — master ( 24259c...d5ccc5 )
by yuuki
12s
created
src/RayAspectKernel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      *
51 51
      * @param Container  $app
52 52
      * @param Filesystem $filesystem
53
-     * @param array      $configure
53
+     * @param string[]      $configure
54 54
      */
55 55
     public function __construct(Container $app, Filesystem $filesystem, array $configure)
56 56
     {
Please login to merge, or discard this patch.
src/PointCut/CommonPointCut.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Ray\Aop\Matcher;
21 21
 use Ray\Aop\Pointcut;
22 22
 use Ray\Aop\MethodInterceptor;
23
-use Illuminate\Contracts\Container\Container;
24 23
 
25 24
 /**
26 25
  * Class CommonPointCut
Please login to merge, or discard this patch.