Closed
Description
Q | A |
---|---|
BC Break | no |
Version | 4.0.0-dev |
On develop
, the following issue is reported by PHPStan:
------ -----------------------------------------------------------
Line lib/Doctrine/DBAL/Schema/Table.php
------ -----------------------------------------------------------
909 Call to an undefined method
Doctrine\DBAL\Schema\UniqueConstraint::getLocalColumns().
------ -----------------------------------------------------------
The issue looks legit. In order to fix the PHPStan job on Travis, I'm going to white-list this issue but it will have to be fixed properly before the release.
It looks like it was caused by this commit 2f4809a
Activity