Skip to content

Commit f5856f4

Browse files
committed
Add type declaration in stub
1 parent 827f30b commit f5856f4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ext/oci8/oci8.stub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ function oci_unregister_taf_callback($connection): bool {}
552552

553553
class OCILob {
554554
/** @var resource */
555-
public readonly $descriptor;
555+
public readonly mixed $descriptor;
556556

557557
/**
558558
* @alias oci_lob_save
@@ -683,7 +683,7 @@ public function free(): bool {}
683683

684684
class OCICollection {
685685
/** @var resource */
686-
public readonly $collection;
686+
public readonly mixed $collection;
687687
/**
688688
* @alias oci_free_collection
689689
* @tentative-return-type

ext/oci8/oci8_arginfo.h

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

0 commit comments

Comments
 (0)