wapmorgan / PhpDeprecationDetector

Analyzer of PHP code to search issues with deprecated functionality in newer interpreter versions.
http://wapmorgan.github.io/PhpDeprecationDetector/
BSD 3-Clause "New" or "Revised" License
364 stars 37 forks source link

Closes #71 #81

Open NathanGibbs3 opened 1 year ago

NathanGibbs3 commented 1 year ago

Processing of PHP function declarations. Allows phpdd to detect declaration of optional function params before required params. Required params must come before optional on PHP 8x.