eee
This commit is contained in:
@@ -71,7 +71,7 @@ class BindForm implements InjectParameterInterface
|
|||||||
* @return void
|
* @return void
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
protected function properties(Validator $validator, ReflectionProperty $property, object $object)
|
protected function properties(Validator $validator, ReflectionProperty $property, object $object): void
|
||||||
{
|
{
|
||||||
$propertyContainer = $property->getAttributes(Container::class);
|
$propertyContainer = $property->getAttributes(Container::class);
|
||||||
if (count($propertyContainer) > 0) {
|
if (count($propertyContainer) > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user