We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2a4e2 commit 533a39dCopy full SHA for 533a39d
dev/tests/integration/testsuite/Magento/Cms/Ui/Component/DataProviderTest.php
@@ -79,7 +79,7 @@ public function testBlockFilteringByTitlePart(): void
79
* @param UiComponentInterface $component
80
* @return void
81
*/
82
- private function prepareChildComponents(UiComponentInterface $component)
+ private function prepareChildComponents(UiComponentInterface $component): void
83
{
84
foreach ($component->getChildComponents() as $child) {
85
$this->prepareChildComponents($child);
0 commit comments