Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
leafsphp
/
auth
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
6
Star
5
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Enhance PHPStan options and fix type-related issues
- #49
#49
Merged
mychidarko
merged 12 commits into
leafsphp:v4.x
leafsphp/auth:v4.x
from
fadrian06:fix-phpstan-errors
fadrian06/leafsphp-auth:fix-phpstan-errors
Copy head branch name to clipboard
Jun 28, 2026
Conversation
Commits
12
聽(12)
Checks
Files changed
Merged
Enhance PHPStan options and fix type-related issues
#49
mychidarko
merged 12 commits into
leafsphp:v4.x
leafsphp/auth:v4.x
from
fadrian06:fix-phpstan-errors
fadrian06/leafsphp-auth:fix-phpstan-errors
Copy head branch name to clipboard
Commits
Commits on Jun 21, 2026
add more phpstan options
fadrian06
committed
4e0e5e5
View commit details
Copy full SHA for 4e0e5e5
Browse repository at this point
PHPDoc tag @return has invalid value ($this;): Unexpected token ";", expected TOKEN_HORIZONTAL_WS at offset 145 on line 5
fadrian06
committed
858f49e
View commit details
Copy full SHA for 858f49e
Browse repository at this point
Access to an undefined property Leaf\Auth\User::$email.
fadrian06
committed
9d8e6ec
View commit details
Copy full SHA for 9d8e6ec
Browse repository at this point
Negated boolean expression is always false.
fadrian06
committed
f619683
View commit details
Copy full SHA for f619683
Browse repository at this point
Cannot call method select() on Leaf\Db|null.
fadrian06
committed
ab6bf4b
View commit details
Copy full SHA for ab6bf4b
Browse repository at this point
Property Leaf\Auth\User::$errorsArray type has no value type specified in iterable type array.
fadrian06
committed
d701d24
View commit details
Copy full SHA for d701d24
Browse repository at this point
Method Leaf\Auth\User::update() has parameter $userData with no value type specified in iterable type array.
fadrian06
committed
08d9b39
View commit details
Copy full SHA for 08d9b39
Browse repository at this point
Property Leaf\Auth\User::$roles (array<string>) on left side of ?? is not nullable.
fadrian06
committed
b9d54bd
View commit details
Copy full SHA for b9d54bd
Browse repository at this point
Property Leaf\Auth\User::$permissions (array<string>) on left side of ?? is not nullable.
fadrian06
committed
c4f3fa9
View commit details
Copy full SHA for c4f3fa9
Browse repository at this point
Method Leaf\Auth\User::errors() return type has no value type specified in iterable type array.
fadrian06
committed
0dcba93
View commit details
Copy full SHA for 0dcba93
Browse repository at this point
save others errors for later
fadrian06
committed
8eb2160
View commit details
Copy full SHA for 8eb2160
Browse repository at this point
Commits on Jun 28, 2026
Merge branch 'v4.x' into fix-phpstan-errors
fadrian06
committed
41aed9e
View commit details
Copy full SHA for 41aed9e
Browse repository at this point
You can鈥檛 perform that action at this time.