Skip to content
Snippets Groups Projects
Commit 8b8e0e8b authored by Wim Leers's avatar Wim Leers
Browse files

Issue #3469865: Unbreak CI: #3458422 in Drupal 10.4 changed a method signature XB is overriding

parent 938ca03c
No related branches found
No related tags found
1 merge request!201#3469865: Unbreak CI: #3458422 in Drupal 10.4 changed a method signature XB is overriding
Pipeline #262536 failed
......@@ -103,7 +103,7 @@ class ComponentValidationTest extends ConfigEntityValidationTestBase {
*
* @return string
*/
protected function randomMachineName($length = 8) {
protected function randomMachineName($length = 8): string {
return parent::randomMachineName(intdiv($length, 2)) . '+' . parent::randomMachineName(intdiv($length, 2));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment