mirror of
https://github.com/doctrine/reflection.git
synced 2026-03-24 08:42:07 +01:00
PHP 8.1 compatibility #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Sweetchuck on GitHub (May 31, 2022).
Deprecated: Return type of Doctrine\Common\Reflection\RuntimePublicReflectionProperty::getValue($object = null) should either be compatible with ReflectionProperty::getValue(?object $object = null): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ./lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php on line 20
Deprecated: Return type of Doctrine\Common\Reflection\RuntimePublicReflectionProperty::setValue($object, $value = null) should either be compatible with ReflectionProperty::setValue(mixed $objectOrValue, mixed $value = ): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ./lib/Doctrine/Common/Reflection/RuntimePublicReflectionProperty.php on line 44
Deprecated: Return type of Doctrine\Common\Reflection\TypedNoDefaultReflectionProperty::getValue($object = null) should either be compatible with ReflectionProperty::getValue(?object $object = null): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ./lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php on line 19
Deprecated: Return type of Doctrine\Common\Reflection\TypedNoDefaultReflectionProperty::setValue($object, $value = null) should either be compatible with ReflectionProperty::setValue(mixed $objectOrValue, mixed $value = ): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in ./lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php on line 32