Skip to content

Commit 917ebb1

Browse files
committed
AC-2660::Fixed the config path
1 parent da7fa9a commit 917ebb1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

dev/tests/config/AllureConfig.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
* See COPYING.txt for license details.
55
*/
66

7-
function getAllureConfig($outputDirectory): array
7+
/**
8+
* Return the allure config details
9+
*
10+
* @param string $outputDirectory
11+
* @return array
12+
*/
13+
function getAllureConfig(string $outputDirectory): array
814
{
915
if (!file_exists($outputDirectory)) {
1016
mkdir($outputDirectory, 0755, true);

0 commit comments

Comments
 (0)