Completed
Push — master ( 6fd11a...046d0e )
by Avtandil
03:10
created
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.