Fixed
- Callee description can be null by @acoulton in #1821
- Always populate language in
TranslatedDefinitionby @acoulton in #1826 - Return type on ScenarioLikeTested, and add strict returns to
finalevents by @acoulton in #1816 - Type hinting / safety of TableColumnTransformation by @acoulton in #1823
- Incorrect not-null string phpdoc typehints by @acoulton in #1825
Internal
- Add more backwards-compatible strict types to private / final properties, method parameters, and method returns
By @acoulton in #1817 and #1818 - Ignore PHPUnit security advisory related to PHP ini Argument injection
PKSA-5jz8-6tcw-pbk4 has minimal impact in our CI environment.
Contributors installing dev dependencies locally should be aware of the potential risk if an attacker can gain write
access to phpunit.xml or shell execution.
By @acoulton in #1827