Skip to content

Commit 979cc03

Browse files
committed
Declare protect member, preventing PHP 8.2 warning
1 parent d018c06 commit 979cc03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/php/inject/Injector.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
class Injector {
1212
protected static $PROVIDER;
1313
protected $bindings= [];
14+
protected $protect= [];
1415

1516
static function __static() {
1617
self::$PROVIDER= Type::forName('inject.Provider<?>');

0 commit comments

Comments
 (0)