We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QueryFilter::make()
static
self
Static analysis throws an error with this code :
class JobFilter extends QueryFilter { ... } class JobController { protected JobFilter $filter; public function index(Request $request) { $this->jobFilter = JobFilter::make(['foo' => $request->input('foo')]); } }
Error from PHPStan : "Property JobController::$filter (JobFilter) does not accept Kblais\QueryFilter\QueryFilter"
The text was updated successfully, but these errors were encountered:
kblais
No branches or pull requests
Static analysis throws an error with this code :
Error from PHPStan : "Property JobController::$filter (JobFilter) does not accept Kblais\QueryFilter\QueryFilter"
The text was updated successfully, but these errors were encountered: