Completed
Pull Request — master (#3)
by ARCANEDEV
16:54
created
src/Policies/StatusesPolicy.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     /**
83 83
      * Allow to list all the backups.
84 84
      *
85
-     * @param  \Arcanesoft\Foundation\Auth\Models\Administrator|mixed  $administrator
85
+     * @param  Administrator  $administrator
86 86
      *
87 87
      * @return \Illuminate\Auth\Access\Response|bool|void
88 88
      */
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     /**
95 95
      * Allow to display a backup.
96 96
      *
97
-     * @param  \Arcanesoft\Foundation\Auth\Models\Administrator|mixed  $administrator
97
+     * @param  Administrator  $administrator
98 98
      *
99 99
      * @return \Illuminate\Auth\Access\Response|bool|void
100 100
      */
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
     /**
107 107
      * Allow to create a backup.
108 108
      *
109
-     * @param  \Arcanesoft\Foundation\Auth\Models\Administrator|mixed  $administrator
109
+     * @param  Administrator  $administrator
110 110
      *
111 111
      * @return \Illuminate\Auth\Access\Response|bool|void
112 112
      */
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * Allow to clean backups.
120 120
      *
121
-     * @param  \Arcanesoft\Foundation\Auth\Models\Administrator|mixed  $administrator
121
+     * @param  Administrator  $administrator
122 122
      *
123 123
      * @return \Illuminate\Auth\Access\Response|bool|void
124 124
      */
Please login to merge, or discard this patch.