Skip to content

Releases: sascha-egerer/phpstan-typo3

1.8.4

13 Apr 09:58
52bdb11

Choose a tag to compare

What's Changed

Full Changelog: 1.8.3...1.8.4

1.8.3

28 Mar 08:13
4f3a47b

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.2...1.8.3

1.8.2

16 Nov 09:24
a5121d6

Choose a tag to compare

What's Changed

Full Changelog: 1.8.1...1.8.2

1.8.1

26 Oct 11:07
3d6d7d2

Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

1.8.0

18 Oct 18:55
8e532dd

Choose a tag to compare

Overview

  • Raise PHPStan version to at least 1.8
  • Add support up to PHP 8.2
  • Drop support for TYPO3 9.5
  • Add support for TYPO3 12.0
  • Lots of other improvements

What's Changed

New Contributors

Full Changelog: 1.1.2...1.8.0

Allow Repository->findAll(): array

08 Feb 20:37

Choose a tag to compare

Allow array as return type of Repository->findAll() method

Make Return type of Repository->findByX more specific

03 Feb 16:38

Choose a tag to compare

Add missing QueryResultInterface subtype to return value of Repository->findByXxx methods

Add extended Extbase support

31 Jan 19:30

Choose a tag to compare

1.1.0

Add missing parameter to countBy method reflection

1.0.0

01 Nov 06:46

Choose a tag to compare

Optimize QueryResult and QueryResultInterface stubs

* Add null as possible return type for QueryResult::getFirst()
* Add annotations for \ArrayAccess and \Iterator

Add PHP8 compatibility

15 May 14:42

Choose a tag to compare

0.13.3

php 8.0 compatibility