Commit e1dffb2
committed
minor #1137 Remove redundant u() from PostRepository::extractSearchTerms() (jkufner)
This PR was merged into the master branch.
Discussion
----------
Remove redundant u() from PostRepository::extractSearchTerms()
These redundant `u()` cause type errors when using `declare(strict_types = 1)`.
Commits
-------
5c58163 Remove redundant u() from PostRepository::extractSearchTerms()1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
0 commit comments