Completed
Push — master ( bd74a4...d9ea8c )
by Stephen
05:53
created
src/z1haze/Acl/Traits/UserAndLevel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
      * USER & LEVEL
236 236
      * Pull the specific type requested from the cache
237 237
      *
238
-     * @param $type
238
+     * @param string $type
239 239
      * @return \Illuminate\Support\Collection
240 240
      */
241 241
     protected function cachePull($type)
@@ -379,7 +379,7 @@  discard block
 block discarded – undo
379 379
      * for modifyPermissions
380 380
      *
381 381
      * @param $permissions
382
-     * @param $action
382
+     * @param string $action
383 383
      * @return array
384 384
      * @throws PermissionNotFoundException
385 385
      */
Please login to merge, or discard this patch.