pear / pear-core-minimal

Minimal set of PEAR core files to be used as composer dependency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecations for PHP8.1

nkazarynava opened this issue · comments

In scope of PHP8.1 compatibility static analysis it was discovered some deprecations in webflo/drupal-finder codebase:

  • line 222 vendor/pear/pear-core-minimal/src/PEAR.php get_class() without argument (tag 1.10.11)
  • line 235 vendor/pear/pear-core-minimal/src/PEAR.php get_class() without argument (tag 1.10.11)

Created PR #12

Thanks!