Skip to content

Commit 2c56ef4

Browse files
committed
Remove #[\AllowDynamicProperties]
1 parent cf4c315 commit 2c56ef4

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

ext/oci8/oci8.stub.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,6 @@ function oci_register_taf_callback($connection, ?callable $callback): bool {}
951951
/** @param resource $connection */
952952
function oci_unregister_taf_callback($connection): bool {}
953953

954-
#[\AllowDynamicProperties]
955954
class OCILob {
956955
/** @var resource */
957956
public readonly mixed $descriptor;
@@ -1083,7 +1082,6 @@ public function close(): bool {}
10831082
public function free(): bool {}
10841083
}
10851084

1086-
#[\AllowDynamicProperties]
10871085
class OCICollection {
10881086
/** @var resource */
10891087
public readonly mixed $collection;

ext/oci8/oci8_arginfo.h

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

0 commit comments

Comments
 (0)