Skip to content

Commit a456476

Browse files
committed
33300: Added return type for methods
1 parent e63c603 commit a456476

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/Suite/Handlers/SuiteObjectHandlerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class SuiteObjectHandlerTest extends MagentoTestCase
2323
/**
2424
* Tests basic parsing and accessors of suite object and suite object supporting classes.
2525
*
26+
* @return void
2627
* @throws Exception
2728
*/
2829
public function testGetSuiteObject(): void
@@ -81,6 +82,7 @@ public function testGetSuiteObject(): void
8182
* @param array $testData
8283
* @param array $suiteData
8384
*
85+
* @return void
8486
* @throws Exception
8587
*/
8688
private function setMockTestAndSuiteParserOutput(array $testData, array $suiteData): void

0 commit comments

Comments
 (0)