-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Closed
Description
Laravel Version
12.19.3
PHP Version
8.4.8
Database Driver & Version
No response
Description
In Illuminate/Database/Schema/Builder.php there is type mismatch how $resolver
is defined.
It seems like it is outdated, since we now call it like this:
return call_user_func($this->resolver, $connection, $table, $callback);
@param \Closure(string, \Closure, string): \Illuminate\Database\Schema\Blueprint|null $resolver
return call_user_func($this->resolver, $connection, $table, $callback);
Steps To Reproduce
Call blueprintResolver() and validate with phpstan
Metadata
Metadata
Assignees
Labels
No labels