Skip to content

0.18.12

Compare
Choose a tag to compare
@theofidry theofidry released this 04 Jun 11:26
· 21 commits to main since this release
ccf574d

Features

  • Introduce a new factory for SymbolsRegistry (#1004)

Bugfixes

  • Append alias class statement correct when the class/interface is within a statement (#966)
  • Do not exclude all source code in the default template (#952)
  • Add an additional function_exists statement for excluded function checks (#979)
  • Update the list of internal symbols (#1013)
  • Make the scoper-autoload.php PHP 5.6 compatible (#1024)
  • Do not scope class-like strings that cannot be class names (#1027)
  • Do not prefix excluded functions used in call_user_func_array() (#1028)

Misc