Completed
Push — master ( d7caaf...048f0c )
by Mahmoud
04:10
created
app/Containers/Authorization/Traits/AuthorizationTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 trait AuthorizationTrait
13 13
 {
14 14
     /**
15
-     * @return  \App\Containers\User\Models\User|null
15
+     * @return  \Illuminate\Contracts\Auth\Authenticatable|null
16 16
      */
17 17
     public function getUser()
18 18
     {
Please login to merge, or discard this patch.
app/Ship/Parents/Requests/RequestTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * To call functions and compare their bool responses to determine
53 53
      * if the user can proceed with the request or not.
54 54
      *
55
-     * @param array $functions
55
+     * @param string[] $functions
56 56
      *
57 57
      * @return  bool
58 58
      */
Please login to merge, or discard this patch.