vendor/doctrine/dbal/src/Platforms/PostgreSQL94Platform.php line 10

Open in your IDE?
  1. <?php
  2. namespace Doctrine\DBAL\Platforms;
  3. /**
  4.  * Provides the behavior, features and SQL dialect of the PostgreSQL 9.4+ database platform.
  5.  *
  6.  * @deprecated Use {@see PostgreSQLPlatform} instead.
  7.  */
  8. class PostgreSQL94Platform extends PostgreSQLPlatform
  9. {
  10. }