Skip to content

Commit 8c9b667

Browse files
committed
MQE-610:[PHPMD] Reduce Cyclomatic Complexity in Problem Methods
fixed unit tests
1 parent f167834 commit 8c9b667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Suite/Util/SuiteObjectExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ private function parseObjectHooks($parsedSuite)
176176
* @param array $suiteHooks
177177
* @param array $includeTests
178178
* @param array $excludeTests
179-
* @return bool
179+
* @return boolean
180180
*/
181181
private function isSuiteEmpty($suiteHooks, $includeTests, $excludeTests)
182182
{

0 commit comments

Comments
 (0)