Adamo Crespi
Results
41
issues of
Adamo Crespi
I have the following code: ```php ... $lines = preg_split('~\r\n|\r|\n~ui', $lookup); if (false === $lines) { throw new \RuntimeException('Impossible to split the file in lines.'); } ... ``` Phan returns...
enhancement
help wanted