Completed
Pull Request — master (#6)
by
unknown
05:16
created
src/Spekkionu/ZendAcl/AclMiddleware.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 namespace Spekkionu\ZendAcl;
4 4
 
5 5
 use Closure;
6
-use  Illuminate\Http\Request;
6
+use Illuminate\Http\Request;
7 7
 use Illuminate\Contracts\Auth\Guard;
8 8
 use Illuminate\Contracts\Config\Repository as Config;
9 9
 use Zend\Permissions\Acl\Acl;
Please login to merge, or discard this patch.
src/Spekkionu/ZendAcl/ZendAclLumenServiceProvider.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
      * Get the services provided by the provider.
52 52
      *
53
-     * @return array
53
+     * @return string[]
54 54
      */
55 55
     public function provides()
56 56
     {
Please login to merge, or discard this patch.
src/Spekkionu/ZendAcl/ZendAclServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     /**
60 60
      * Get the services provided by the provider.
61 61
      *
62
-     * @return array
62
+     * @return string[]
63 63
      */
64 64
     public function provides()
65 65
     {
Please login to merge, or discard this patch.