Alexia / php7mar

PHP 7 Migration Assistant Report (MAR)
GNU General Public License v3.0
797 stars 133 forks source link

ArgumentCountError #45

Open sphism opened 5 years ago

sphism commented 5 years ago

Does php7mar detect ArgumentCountError?

http://php.net/manual/en/migration71.incompatible.php

I had that error recently when upgrading a codebase from php 5.6 to 7.1

It caused a critical error (white screen) but i didn't see it in my php7mar reports.

Do i need to set the reports to 7.1 somewhere? Or does t just not pick up that error?