Test Setup Failed
Push — master ( 37b77c...49197f )
by Julien
05:06
created
app/Notifications/InviteCompetitor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * Get the notification's delivery channels.
28 28
      *
29 29
      * @param  mixed $notifiable
30
-     * @return array
30
+     * @return string[]
31 31
      */
32 32
     public function via($notifiable)
33 33
     {
Please login to merge, or discard this patch.
app/Notifications/RegisteredToChampionship.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * Get the notification's delivery channels.
28 28
      *
29 29
      * @param  mixed $notifiable
30
-     * @return array
30
+     * @return string[]
31 31
      */
32 32
     public function via($notifiable)
33 33
     {
Please login to merge, or discard this patch.
app/Policies/TeamPolicy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * Create a new policy instance.
17 17
      * @param User $user
18 18
      * @param $ability
19
-     * @return bool
19
+     * @return boolean|null
20 20
      */
21 21
     public function before(User $user, $ability)
22 22
     {
Please login to merge, or discard this patch.
app/Policies/TournamentPolicy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * Create a new policy instance.
17 17
      * @param User $user
18 18
      * @param $ability
19
-     * @return bool
19
+     * @return boolean|null
20 20
      */
21 21
     public function before(User $user, $ability)
22 22
     {
Please login to merge, or discard this patch.
app/Policies/UserPolicy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
      * Create a new policy instance.
17 17
      * @param User $user
18 18
      * @param $ability
19
-     * @return bool
19
+     * @return boolean|null
20 20
      */
21 21
     public function before(User $user, $ability)
22 22
     {
Please login to merge, or discard this patch.