Completed
Pull Request — master (#2)
by ARCANEDEV
02:36 queued 01:39
created
src/PolicyManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
      *
100 100
      * @param  string  $class
101 101
      *
102
-     * @return \Arcanedev\LaravelPolicies\Contracts\Policy|mixed
102
+     * @return PolicyContract
103 103
      */
104 104
     public function parsePolicy(string $class): PolicyContract
105 105
     {
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     /**
162 162
      * Get the gate access instance.
163 163
      *
164
-     * @return \Illuminate\Contracts\Auth\Access\Gate|mixed
164
+     * @return Gate
165 165
      */
166 166
     private function gate(): Gate
167 167
     {
Please login to merge, or discard this patch.