-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always use array for first arg of findPrevious/Next (#131)
Not sure why phpstan is complaining about this now, but it seems to hink that T_OPEN_SHORT_ARRAY, etc, are strings rather than integers. Doing this makes it quiet down. This should have no real effect.
- Loading branch information
1 parent
984a0ae
commit 5be26b4
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters