On 29-4-2022 16:36, Rowan Tommins wrote:
On 29/04/2022 03:04, Juliette Reinders Folmer wrote:
And that's basically exactly what I already did which led me to
discover the patterns I posted about as they looked concerning
(though I didn't use Nikic's tool, but the WIP PHPCompatibility
sniff)...
On 27/04/2022 16:51, Craig Francis wrote:
Forgive this primitive example, but this shows `$name` being used in three
different ways, where an automated tool cannot simply change line 1 so it
doesn't return a NULL, because it would break the Register link.
```
$name = $request->get('name');
if
Hi,
I would also like to present myself as a Rookie RM for PHP8.2
For those of you who don't know me, my name is Pierrick. I am French (that
explains my grammar mistakes) and have been living in Montreal, Canada for
15 years now and have been working with PHP since then.
I made my first contribut