eee
This commit is contained in:
@@ -71,7 +71,7 @@ class BindForm implements InjectParameterInterface
|
||||
* @return void
|
||||
* @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);
|
||||
if (count($propertyContainer) > 0) {
|
||||
|
||||
Reference in New Issue
Block a user