- First commit to issue fork.
- Status changed to Needs work
10 months ago 5:30pm 13 January 2024 - π¬π·Greece dimitriskr
Updated remaining tasks. No other references are found.
I saw that in some previous commits, some preg_match() was switched with str_starts_with(). I didn't check other instances of preg_match() that could be replaces with these new functions. - Status changed to Needs review
10 months ago 11:11am 14 January 2024 - π¦πΊAustralia mstrelan
I decided to check with rector if it could find any more to replace. I applied the rules StrContainsRector, StrStartsWithRector and StrEndsWithRector. It found one additional file to update, which I have pushed a commit for. The change replaces
strpos() !== FALSE
withstr_contains(substr())
which means more function calls, but I think these are more readable than before. Happy to revert if others disagree. - π¬π·Greece dimitriskr
Hey mstrelan,
Thank you for looking into this issue
I don't see a commit pushed to this branch/MR - π¦πΊAustralia mstrelan
Ah I forgot to request push access. Have pushed now.
- π¦πΊAustralia mstrelan
mstrelan β changed the visibility of the branch 11.x to hidden.
- π¦πΊAustralia mstrelan
Rebased against latest 11.x and also push an 11.x branch to the fork to workaround ci issues with spell check job.
- Issue was unassigned.
- Status changed to RTBC
7 months ago 8:20am 13 April 2024 - π¬π§United Kingdom catch
This looks good, it's no longer touching the Doctrine forked code, can't see anything to complain about.
-
quietone β
committed d74c1cad on 11.x
Issue #3324560 by alexpott, mstrelan, dimitriskr, xjm, longwave, catch:...
-
quietone β
committed d74c1cad on 11.x
-
quietone β
committed e5ce10b4 on 10.3.x
Issue #3324560 by alexpott, mstrelan, dimitriskr, xjm, longwave, catch:...
-
quietone β
committed e5ce10b4 on 10.3.x
- Status changed to Fixed
7 months ago 5:43am 15 April 2024 - π³πΏNew Zealand quietone
Automatically closed - issue fixed for 2 weeks with no activity.