Skip to content

Conversation

@binaryfire
Copy link
Contributor

The Validator facade proxies to ValidationFactory but was missing the Factory interface methods in its docblock. This caused PHPStan errors when using Validator::make() despite it being the documented pattern.

Other facades (Cache, Mail) correctly include their Factory methods.

The Validator facade proxies to ValidationFactory but was missing the
Factory interface methods in its docblock. This caused PHPStan errors
when using Validator::make() despite it being the documented pattern.

Other facades (Cache, Mail) correctly include their Factory methods.
@binaryfire binaryfire force-pushed the fix/validator-facade-make-method branch from 223aa4a to f61246f Compare December 18, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant