Skip to content

Commit 19a8867

Browse files
committed
fix phpcs checks
1 parent 59e89ef commit 19a8867

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/Idoit/APIClient/CMDBConditionTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ public function testReadObjectByCondition() {
7979
'value' => $value,
8080
]];
8181
$objects = $cmdbCondition->read($conditions);
82-
$this->assertSame($objectID, intval($objects[0]['id']));
82+
$this->assertSame($objectID, intval($objects[0]['id']));
8383
}
84-
8584
}
8685

8786
}

0 commit comments

Comments
 (0)