You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return type (PgSql\Connection|null) of method PhpDb\Adapter\Pgsql\Connection::getResource() should be compatible with return type (resource) of method PhpDb\Adapter\Driver\ConnectionInterface::getResource()
PHPDoc type PgSql\Connection|null of property PhpDb\Adapter\Pgsql\Connection::$resource is not covariant with PHPDoc type resource|null of overridden property PhpDb\Adapter\Driver\AbstractConnection::$resource.
Property PhpDb\Adapter\Pgsql\AdapterPlatform::$quoteIdentifierTo (string) overriding property PhpDb\Adapter\Platform\AbstractPlatform::$quoteIdentifierTo should not have a native type.
Return type (PgSql\Connection|null) of method PhpDb\Adapter\Pgsql\Connection::getResource() should be compatible with return type (resource) of method PhpDb\Adapter\Driver\ConnectionInterface::getResource()