Skip to content

Commit

Permalink
Suppress `InvalidClass: Class, interface or enum Doctrine\DBAL\Platfo…
Browse files Browse the repository at this point in the history
…rms\MySQLPlatform has wrong casing`
  • Loading branch information
ostrolucky committed Dec 5, 2021
1 parent 0a401e1 commit 97cea21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/ConnectionFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class FakeDriver implements Driver
* @psalm-suppress InvalidReturnStatement
* @psalm-suppress InvalidReturnType
* @psalm-suppress UndefinedClass
* @psalm-suppress InvalidClass
*/
public function getDatabasePlatform(): AbstractPlatform
{
Expand Down

0 comments on commit 97cea21

Please sign in to comment.