Skip to content

Releases: phpstan/phpstan-nette

1.3.5

01 Aug 21:46
30650e6
Compare
Choose a tag to compare
  • 30650e6 - Strings::matchAll() cannot return null

1.3.4

01 Aug 16:27
14a68a9
Compare
Choose a tag to compare
  • 14a68a9 - Understand the exact array shape coming from Nette\Utils\Strings::matchAll() based on pattern

1.3.3

24 Jul 08:02
Compare
Choose a tag to compare
  • 5f97dfa - Fix build after RegexArrayShapeMatcher improvements
  • 5da3be5 - Support preg_quote()'d patterns

1.3.2

01 Jul 16:01
Compare
Choose a tag to compare
  • 1cdc8a0 - Fix build
  • 951bacd - Fixate more compatible PHPUnit version
  • c0132ad - Fix build
  • 3e68a5d - Understand the exact array shape coming from Nette\Utils\Strings::match() based on pattern

1.3.1

07 Jun 09:36
Compare
Choose a tag to compare
  • 9eebad8 - Add stubs marking immediately invoked callables in utils and caching

1.3.0

13 May 06:09
8af9474
Compare
Choose a tag to compare
  • 8af9474 - Update lock-closed-issues.yml
  • 64ca079 - Update metcalfc/changelog-generator action to v4.3.1
  • f33df82 - Update cbrgm/mastodon-github-action action to v2
  • 8fa428f - Update metcalfc/changelog-generator action to v4.2.0
  • ed7b777 - Update dessant/lock-threads action to v5
  • a144eea - remove phpstan/phpstan-php-parser
  • efb5ded - Update actions/checkout action to v4
  • 6ec9016 - Add error identifiers
  • ea07b96 - Modernized DoNotExtendNetteObjectRule
  • a392f55 - Next-gen coding standard workflow
  • 12dd284 - Update dependency slevomat/coding-standard to v8.12.0
  • 1e2c921 - Update dependency slevomat/coding-standard to v8.11.1
  • d13a6c0 - Update dependency slevomat/coding-standard to v8.11.0

1.2.9

12 Apr 14:14
0e3a680
Compare
Choose a tag to compare
  • 0e3a680 - getComponent with 2nd parameter bool might throw or it might not

1.2.8

12 Apr 13:48
c82fd6c
Compare
Choose a tag to compare
  • c82fd6c - Subtracted mixed component type even for array access
  • 6d06a10 - Keep an uncertain component type as mixed

1.2.7

12 Apr 13:25
426d662
Compare
Choose a tag to compare
  • 426d662 - getComponent() by default does not return null for unknown components

1.2.6

11 Apr 16:22
Compare
Choose a tag to compare
  • 157a414 - Fixed component model return type extensions for cases where createComponent method is not present