We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Merge branch 'master' into 8.x
Fix implicitly nullable parameter (#690) Starting PHP 8.4, implicitly nullable parameter will trigger a deprecated message. And will remove the support in PHP 9 per RFC https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
Fix #687
fix: added missing import (#671)
Update docs
Apply fixes from StyleCI (#662) Co-authored-by: StyleCI Bot <bot@styleci.io>
Remove default config value logic (#631)
Allow giving the gate permissions teams and require all parameters
Fix for Team model import in team.stub (#629) This fixes the incorrect import of the Team model in the team.stub file