-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Laravel
-
PHP Drivers
In SchemaTest::testCreateWithOptions(), we use the 3rd parameter "$options" declared in Schema\Builder::create(). But this option doesn't exist in the Laravel facade Schema.
Static analysis indicate an undeclared extra parameter, and rector removes it automatically.