Skip to content

Commit 15ea947

Browse files
committed
MQE-1606: Mftf static check script should return error exit code when check fails
- Add missing phpdoc
1 parent 20cf3e3 commit 15ea947

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Magento/FunctionalTestingFramework/StaticCheck/TestDependencyCheck.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ public function getErrors()
129129
return $this->errors;
130130
}
131131

132+
/**
133+
* Return string of a short human readable result of the check. For example: "No Dependency errors found."
134+
* @return string
135+
*/
132136
public function getOutput()
133137
{
134138
return $this->output;

0 commit comments

Comments
 (0)