Skip to content

Commit 0d89afb

Browse files
committed
Fixed CS issues
1 parent c5b6e6f commit 0d89afb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Elasticsearch/Tests/YamlRunnerTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,6 @@ public function operationContains($operation, $lastOperationResult, &$context, s
840840

841841
if (is_array($expected)) {
842842
$this->assertContains($expected, $value, 'Failed to contains in test ' . $testName);
843-
} else {
844-
845843
}
846844

847845
return $lastOperationResult;
@@ -1174,7 +1172,6 @@ private function clean()
11741172

11751173
# Get all privileges
11761174
$privileges = $this->client->security()->getPrivileges();
1177-
11781175
}
11791176

11801177
$this->rmDirRecursively('/tmp/test_repo_create_1_loc');

0 commit comments

Comments
 (0)