Completed
Push — master ( 6afbe3...49fc1c )
by ARCANEDEV
05:32
created
src/Policies/Policy.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      * @param  \Arcanesoft\Contracts\Auth\Models\User  $user
19 19
      * @param  mixed                                   $ability
20 20
      *
21
-     * @return bool
21
+     * @return boolean|null
22 22
      */
23 23
     public function before(User $user, $ability)
24 24
     {
Please login to merge, or discard this patch.
src/ViewComposers/System/ServerRequirementsComposer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Check the PHP requirements.
51 51
      *
52
-     * @param  array  $requirements
52
+     * @param  string[]  $requirements
53 53
      *
54 54
      * @return \Illuminate\Support\Collection
55 55
      */
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
     /**
66 66
      * Check the APACHE requirements.
67 67
      *
68
-     * @param  array  $requirements
68
+     * @param  string[]  $requirements
69 69
      *
70 70
      * @return \Illuminate\Support\Collection
71 71
      */
Please login to merge, or discard this patch.