Skip to content

Commit eaaba2f

Browse files
committed
fix(php): phpstan errors on repeated field
1 parent 2ec06a5 commit eaaba2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/src/Google/Protobuf/Internal/RepeatedField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* This class is deprecated. Use Google\Protobuf\RepeatedField instead.
88
* @deprecated
99
*/
10-
class RepeatedField {}
10+
class RepeatedField extends \Google\Protobuf\RepeatedField {}
1111
}
1212
class_exists(\Google\Protobuf\RepeatedField::class);
1313
@trigger_error('Google\Protobuf\Internal\RepeatedField is deprecated and will be removed in the next major release. Use Google\Protobuf\RepeatedField instead', E_USER_DEPRECATED);

0 commit comments

Comments
 (0)