deprcated tag

This commit is contained in:
Yuri Kuznetsov
2020-06-28 10:27:29 +03:00
parent 3c5e84bc44
commit 078bdfc28f
18 changed files with 25 additions and 27 deletions

View File

@@ -85,7 +85,7 @@ class InjectableFactory
return $obj;
}
/** Deprecated */
/** @deprecated */
protected function applyInjectable(ReflectionClass $class, object $obj)
{
$setList = [];