Skip to content

v1.1.1

Compare
Choose a tag to compare
@greg0ire greg0ire released this 03 Jun 10:01
v1.1.1
612a3ee

Bugfixes

  • Fix Deprecation::ignoreDeprecations by @ruudk in #43
  • Fix deprecations triggered from code called by native code by @stof in #53

Static analysis

  • Setup static analysis by @greg0ire in #45
  • Improve static analysis by @stof in #49
  • Add the phpstan PHPUnit plugin by @stof in #47
  • Reach higher levels of static analysis by @greg0ire in #48
  • Reach psalm level 2 by @stof in #51
  • Add better types for the sprintf-like arguments by @stof in #52
  • Reach psalm max level by @stof in #58

CI

Test suite

  • Fix the state resetting between tests by @stof in #56