entrust icon indicating copy to clipboard operation
entrust copied to clipboard

Update EntrustPermission.php

Open itashia opened this issue 5 months ago • 0 comments

Summary of Improvements

  • Added property and method type hints for better safety
  • Switched to Illuminate\Http\Request instead of plain $request
  • Extracted normalizePermissions() to improve method clarity
  • Used (string) casting and null coalescing to simplify checks
  • Added PHPDoc blocks and exception annotations
  • No changes in behavior — fully backward-compatible

itashia avatar May 26 '25 06:05 itashia