Skip to content

Releases: sascha-egerer/phpstan-typo3

0.13.0: Add dynamicConstantNames configuration

11 Feb 20:16
Compare
Choose a tag to compare
Add TYPO3 specific constants to the dynamicConstantNames
parameter of phpstan.
The constants are now marked as dynamic to prevent errors like

```
Strict comparison using === between 'BE' and 'BE' will always
evaluate to true.
```

Release 0.12.1 wich is the same as 0.13.1

11 Feb 21:22
Compare
Choose a tag to compare

The version number has been increased by accident as it is was in sync with phpstan before.
The 0.13.1 is now kept but is the same as 0.12.1

Release 0.12.0

13 Dec 13:23
742192e
Compare
Choose a tag to compare
Merge pull request #16 from sascha-egerer/feature/phpstan-0-12-compat…

…ibility

Add phpstan 0.12 compatibility

Release 0.11.0

25 Oct 08:57
dffba86
Compare
Choose a tag to compare
Merge pull request #12 from sascha-egerer/feature/phpstan-0-11-compat…

…ibility

Add PHPStan 0.11 compatibility and add CI tests

Release 0.10.1

14 Jun 08:00
bd61028
Compare
Choose a tag to compare
Merge pull request #9 from Baachi/feature/extension-insaller

Add support for extension installer

0.10.0: Merge pull request #5 from sascha-egerer/bugfix/0-10-compatibility

29 Nov 13:00
50a0107
Compare
Choose a tag to compare
[BUGFIX] Update reflections to be compatible with 0.10 interfaces