Skip to content

Commit b5ea617

Browse files
committed
MQE-1765: Introduce API Endpoint and Request Headers to Allure artifacts
- static check fix
1 parent 3373f7d commit b5ea617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magento/FunctionalTestingFramework/Allure/Event/AddUniqueAttachmentEvent.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function getAttachmentFileName($filePathOrContents, $type)
5959
* Copies file from one path to another. Wrapper for mocking in unit test.
6060
* @param string $filePath
6161
* @param string $outputPath
62-
* @return bool
62+
* @return boolean
6363
*/
6464
private function copyFile($filePath, $outputPath)
6565
{

0 commit comments

Comments
 (0)