Skip to content

Commit 8afdbbd

Browse files
committed
code refactor
1 parent 113b85d commit 8afdbbd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/Test/Functional/Acceptance/Valkey84Cest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ class Valkey84Cest extends ValkeyCest
1616
* Template version for testing
1717
*/
1818
protected const TEMPLATE_VERSION = '2.4.8';
19-
}
19+
}

src/Test/Functional/Acceptance/ValkeyCest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ class ValkeyCest extends AbstractCest
2222
protected const TEMPLATE_VERSION = '2.4.7';
2323

2424
/**
25-
* @param CliTester $I
26-
* @param Example $data
25+
* @param CliTester $I
26+
* @param Example $data
2727
* @dataProvider dataProvider
28-
* @return void
29-
* @throws TaskException
28+
* @return void
29+
* @throws TaskException
3030
*/
3131
public function testValkey(CliTester $I, Example $data)
3232
{
@@ -92,7 +92,7 @@ public function testValkey(CliTester $I, Example $data)
9292
/**
9393
* Builds build:compose command from given test data
9494
*
95-
* @param Example $data
95+
* @param Example $data
9696
* @return string
9797
*/
9898
private function buildCommand(Example $data): string
@@ -116,4 +116,4 @@ protected function dataProvider(): array
116116
],
117117
];
118118
}
119-
}
119+
}

0 commit comments

Comments
 (0)