DOCS Remove statement about a strict error when overloading PDOQuery constructor

Constructors are not bound by method signature match rules in PHP
This commit is contained in:
Robbie Averill 2019-08-09 09:16:31 +12:00 committed by GitHub
parent 3b96c51688
commit 4936d265a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -321,8 +321,7 @@ SilverStripe\Forms\GridField\GridFieldDetailForm_ItemRequest:
## Changes to internal APIs
- `PDOQuery::__construct()` now has a 2nd argument. If you have subclassed PDOQuery and overridden __construct()
you may see an E_STRICT error
- `PDOQuery::__construct()` now has a 2nd argument.
- The name of the directory where vendor module resources are exposed can now be configured by adding a `extra.resources-dir` key to your composer file. The new default in `silverstripe/installer` has been changed to `_resources` rather than `resources`. This allows you to use `resources` as a URL segment or a route.
- `SilverStripe\Control\HTTPApplication` now uses `FlushDiscoverer` implementers to check for `flush`
- `SilverStripe\Control\Middleware\ConfirmationMiddleware` component implemented