Skip to content

Commit c90d966

Browse files
committed
Upgrading notes about 1st party extensions
1 parent d4596bc commit c90d966

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,17 @@ parameters:
101101

102102
Appending `(?)` in `ignoreErrors` is not supported.
103103

104+
### Changes in 1st party PHPStan extensions
105+
106+
* [phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine)
107+
* Removed config parameter `searchOtherMethodsForQueryBuilderBeginning` (extension now behaves as when this was set to `true`)
108+
* Removed config parameter `queryBuilderFastAlgorithm` (extension now behaves as when this was set to `false`)
109+
* [phpstan-symfony](https://github.com/phpstan/phpstan-symfony)
110+
* Removed legacy options with `_` in the name
111+
* `container_xml_path` -> use `containerXmlPath`
112+
* `constant_hassers` -> use `constantHassers`
113+
* `console_application_loader` -> use `consoleApplicationLoader`
114+
104115
### Docker images no longer tagged without a PHP version
105116

106117
Tags without a PHP version are no longer published - `nightly`, `2`, `latest` are no longer updated. Instead, use `nightly-php8.3`, `2-php8.3`, `latest-php8.3`. You can replace `8.3` with PHP versions `8.0`-`8.3`.

0 commit comments

Comments
 (0)