We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23da848 commit d6ebaefCopy full SHA for d6ebaef
src/Doctrine/Instantiator/Instantiator.php
@@ -9,6 +9,7 @@
9
use Doctrine\Instantiator\Exception\InvalidArgumentException;
10
use Doctrine\Instantiator\Exception\UnexpectedValueException;
11
use Exception;
12
+use Override;
13
use ReflectionClass;
14
use ReflectionException;
15
use Serializable;
@@ -55,6 +56,7 @@ final class Instantiator implements InstantiatorInterface
55
56
*
57
* @template T of object
58
*/
59
+ #[Override]
60
public function instantiate(string $className): object
61
{
62
if (isset(self::$cachedCloneables[$className])) {
0 commit comments