Skip to content

[13.x] Mark processIndexes type field nullable in @return shape#59961

Merged
taylorotwell merged 1 commit intolaravel:13.xfrom
mosabbirrakib:processor-indexes-type-nullable
May 1, 2026
Merged

[13.x] Mark processIndexes type field nullable in @return shape#59961
taylorotwell merged 1 commit intolaravel:13.xfrom
mosabbirrakib:processor-indexes-type-nullable

Conversation

@mosabbirrakib
Copy link
Copy Markdown
Contributor

SQLiteProcessor::processIndexes always returns 'type' => null (line 69) since SQLite indexes don't expose a type. The parent shape still declares type: string. Tightening to type: string|null to match.

@taylorotwell taylorotwell merged commit 70b6d48 into laravel:13.x May 1, 2026
53 of 54 checks passed
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.

2 participants