Skip to content

Commit 05db493

Browse files
committed
phpcs fix
1 parent 1febe75 commit 05db493

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Config/Validator/Deploy/ElasticSearchIntegrity.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,3 @@ public function validate(): Validator\ResultInterface
9595
return $this->resultFactory->success();
9696
}
9797
}
98-

src/Test/Unit/Config/Validator/Deploy/ElasticsearchIntegrityTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ class ElasticsearchIntegrityTest extends TestCase
4848
*/
4949
private $openSearchMock;
5050

51+
/**
52+
* @var Reader|MockObject
53+
*/
54+
private $readerMock;
55+
5156
/**
5257
* @inheritDoc
5358
*/

0 commit comments

Comments
 (0)