Completed
Push — master ( 6fd11a...046d0e )
by Avtandil
03:10
created
src/Platfourm/Repository/Traits/CacheableRepository.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-     * @param $method
79
+     * @param string $method
80 80
      *
81 81
      * @return bool
82 82
      */
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     /**
110 110
      * Get Cache key for the method.
111 111
      *
112
-     * @param $method
112
+     * @param string $method
113 113
      * @param $args
114 114
      *
115 115
      * @return string
Please login to merge, or discard this patch.
src/Platfourm/User/Models/Eloquent/User.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Longman\Platfourm\Database\Eloquent\Model;
14 14
 use Longman\Platfourm\Database\Eloquent\Traits\SoftDeletes;
15 15
 use Longman\Platfourm\Database\Eloquent\Traits\UuidForPrimary;
16
-use Longman\Platfourm\User\Models\Eloquent\EntrustUserTrait;
17 16
 
18 17
 class User extends Model implements AuthenticatableContract, AuthorizableContract, CanResetPasswordContract
19 18
 {
Please login to merge, or discard this patch.
src/Platfourm/User/Repositories/Eloquent/UserRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
      *
104 104
      * @param type $id
105 105
      *
106
-     * @return type
106
+     * @return boolean
107 107
      */
108 108
     public function activate($id)
109 109
     {
Please login to merge, or discard this patch.
src/Platfourm/Auth/Middleware/Permission.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
     /**
19 19
      * Create a new filter instance.
20 20
      *
21
-     * @param  Guard $auth
22 21
      * @return void
23 22
      */
24 23
     public function __construct(AuthUserServiceContract $authService)
Please login to merge, or discard this patch.
src/Platfourm/Auth/Middleware/ResponseGuestIfAuthenticated.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
     /**
19 19
      * Create a new filter instance.
20 20
      *
21
-     * @param  Guard $auth
22 21
      * @return void
23 22
      */
24 23
     public function __construct(AuthUserServiceContract $authService)
Please login to merge, or discard this patch.
src/Platfourm/Auth/Middleware/Role.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
     /**
19 19
      * Create a new filter instance.
20 20
      *
21
-     * @param  Guard $auth
22 21
      * @return void
23 22
      */
24 23
     public function __construct(AuthUserServiceContract $authService)
Please login to merge, or discard this patch.
src/Platfourm/Text/Repositories/Eloquent/TextRepository.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,6 @@
 block discarded – undo
23 23
     /**
24 24
      * Update a entity in repository by id.
25 25
      *
26
-     * @param  array $attributes
27 26
      * @param        $id
28 27
      * @return mixed
29 28
      */
Please login to merge, or discard this patch.