File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ public function __construct()
6565
6666 public static function loadValidatorMetadata (ClassMetadata $ metadata ): void
6767 {
68- $ metadata ->addPropertyConstraint ('uiComponent ' , new Assert \NotBlank ([
69- ' message ' => 'You must define the uiComponent for this resource. ' ,
70- ] ));
68+ $ metadata ->addPropertyConstraint ('uiComponent ' , new Assert \NotBlank (
69+ message: 'You must define the uiComponent for this resource. ' ,
70+ ));
7171 }
7272}
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ public function __construct()
6767
6868 public static function loadValidatorMetadata (ClassMetadata $ metadata ): void
6969 {
70- $ metadata ->addPropertyConstraint ('uiComponent ' , new Assert \NotBlank ([
71- ' message ' => 'Please specify a UI component. ' ,
72- ] ));
70+ $ metadata ->addPropertyConstraint ('uiComponent ' , new Assert \NotBlank (
71+ message: 'Please specify a UI component. ' ,
72+ ));
7373 }
7474}
You can’t perform that action at this time.
0 commit comments