From: Michael Wallner Date: Mon, 8 Mar 2021 13:00:09 +0000 (+0100) Subject: update stub X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=899fe673bfc2b69e81c009073d6743b2e400f745;p=mdref%2Fmdref-pq update stub --- diff --git a/pq.stub.php b/pq.stub.php index 0a82dc4..4e821cd 100644 --- a/pq.stub.php +++ b/pq.stub.php @@ -241,7 +241,7 @@ class Connection { * * @public * @readonly - * @var + * @var resource */ public $socket; /** @@ -1028,7 +1028,7 @@ class LOB { * * @public * @readonly - * @var + * @var resource */ public $stream; /** @@ -1854,18 +1854,6 @@ class Types implements \ArrayAccess { * OID of the `float8` type. */ const FLOAT8 = 701; - /** - * OID of the `abstime` type. - */ - const ABSTIME = 702; - /** - * OID of the `reltime` type. - */ - const RELTIME = 703; - /** - * OID of the `tinterval` type. - */ - const TINTERVAL = 704; /** * OID of the `unknown` type. */ @@ -1990,18 +1978,6 @@ class Types implements \ArrayAccess { * OID of the `float8array` type. */ const FLOAT8ARRAY = 1022; - /** - * OID of the `abstimearray` type. - */ - const ABSTIMEARRAY = 1023; - /** - * OID of the `reltimearray` type. - */ - const RELTIMEARRAY = 1024; - /** - * OID of the `tintervalarray` type. - */ - const TINTERVALARRAY = 1025; /** * OID of the `polygonarray` type. */ @@ -2266,10 +2242,6 @@ class Types implements \ArrayAccess { * OID of the `record` type. */ const RECORD = 2249; - /** - * OID of the `recordarray` type. - */ - const RECORDARRAY = 2287; /** * OID of the `cstring` type. */