Skip to content

Commit cf4c315

Browse files
committed
Add type declaration in stub
1 parent d509a70 commit cf4c315

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

ext/oci8/oci8.stub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -954,7 +954,7 @@ function oci_unregister_taf_callback($connection): bool {}
954954
#[\AllowDynamicProperties]
955955
class OCILob {
956956
/** @var resource */
957-
public readonly $descriptor;
957+
public readonly mixed $descriptor;
958958

959959
/**
960960
* @alias oci_lob_save
@@ -1086,7 +1086,7 @@ public function free(): bool {}
10861086
#[\AllowDynamicProperties]
10871087
class OCICollection {
10881088
/** @var resource */
1089-
public readonly $collection;
1089+
public readonly mixed $collection;
10901090
/**
10911091
* @alias oci_free_collection
10921092
* @tentative-return-type

ext/oci8/oci8_arginfo.h

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)