mirror of
https://github.com/nextcloud/tables.git
synced 2025-08-16 15:17:20 +00:00
style(PHP): satisfy code style linter
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
@ -2508,7 +2508,7 @@ class FeatureContext implements Context {
|
||||
$row = $this->collectionManager->getByAlias('row', $rowAlias);
|
||||
|
||||
if ($this->activeNode['type'] === 'view') {
|
||||
$endpoint = sprintf('/apps/tables/api/1/views/%s/rows/%s',$this->activeNode['id'], $row['id']);
|
||||
$endpoint = sprintf('/apps/tables/api/1/views/%s/rows/%s', $this->activeNode['id'], $row['id']);
|
||||
} else {
|
||||
$endpoint = sprintf('/apps/tables/api/1/rows/%s', $row['id']);
|
||||
}
|
||||
|
Reference in New Issue
Block a user