PHP CS fix

This commit is contained in:
Nicolas Le Goff
2014-05-30 15:22:00 +02:00
parent 8dd6512cf8
commit e5b8817c46
99 changed files with 113 additions and 166 deletions

View File

@@ -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);
}