Leave \Blob as an alias. Callers can now use the Rdbms\Blob class for "extends"/"new" and the Rdbms\IBlob interface for type hints. Change-Id: I983b76f181ac60c1eb92c350cd27ad77ec90a192
7 lines
72 B
PHP
7 lines
72 B
PHP
<?php
|
|
|
|
namespace Wikimedia\Rdbms;
|
|
|
|
class PostgresBlob extends Blob {
|
|
|
|
}
|