Skip to content

PSR-4 and Fix PHP Deprecation Notice

Compare
Choose a tag to compare
@tortuetorche tortuetorche released this 02 Sep 14:45
· 3 commits to 2.4 since this release
7bb7d9e
  • Fix this PHP Deprecation Notice:
    Unparenthesized a ?: b ? c : d is deprecated. Use either (a ?: b) ? c : d or a ?: (b ? c : d)
  • Use PSR-4 for autoloading the classes of this package