Completed
Push — 2.0 ( 531778...75dc3f )
by Nicolas
14:24
created
Providers/RouteServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @return string
31
+     * @return boolean
32 32
      */
33 33
     protected function getApiRoute()
34 34
     {
Please login to merge, or discard this patch.
Permissions/PermissionManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
 
58 58
     /**
59 59
      * @param $checkedPermission
60
-     * @return bool
60
+     * @return boolean|null
61 61
      */
62 62
     protected function getState($checkedPermission)
63 63
     {
Please login to merge, or discard this patch.
Events/Handlers/SendRegistrationConfirmationEmail.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,9 @@
 block discarded – undo
3 3
 namespace Modules\User\Events\Handlers;
4 4
 
5 5
 use Illuminate\Contracts\Mail\Mailer;
6
-use Illuminate\Support\Facades\Mail;
7 6
 use Modules\User\Contracts\Authentication;
8
-use Modules\User\Events\UserHasRegistered;
9 7
 use Modules\User\Emails\WelcomeEmail;
8
+use Modules\User\Events\UserHasRegistered;
10 9
 
11 10
 class SendRegistrationConfirmationEmail
12 11
 {
Please login to merge, or discard this patch.