mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
PHP CS fix
This commit is contained in:
@@ -65,7 +65,7 @@ class task_period_apiwebhooks extends task_appboxAbstract
|
||||
$rows = $stmt->fetchAll(\PDO::FETCH_ASSOC);
|
||||
$stmt->closeCursor();
|
||||
|
||||
return array_map(function($row) {
|
||||
return array_map(function ($row) {
|
||||
return $row['webhook_url'];
|
||||
}, $rows);
|
||||
}
|
||||
|
Reference in New Issue
Block a user