Skip to content

Commit 232fa7f

Browse files
Merge pull request #427 from christianlupus/dev/update-cs-fixer
Update files according to most recent version of php-cs-fixer
2 parents 70338d5 + b612e9f commit 232fa7f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
[#378](https://github.com./nextcloud/cookbook/pull/378/) @seyfeb
7171
- Reenabling CI testing with current xdebug 3
7272
[#417](https://github.com./nextcloud/cookbook/pull/417/) @christianlupus
73+
- Corrected code style in appinfo path
74+
[#427](https://github.com./nextcloud/cookbook/pull/427) @christianlupus
7375

7476
### Removed
7577
- Travis build system

appinfo/routes.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
['name' => 'main#search', 'url' => '/api/search/{query}', 'verb' => 'GET'],
3131
],
3232

33-
/* API resources */
34-
'resources' => [
35-
'recipe' => ['url' => '/api/recipes']
36-
]
33+
/* API resources */
34+
'resources' => [
35+
'recipe' => ['url' => '/api/recipes']
36+
]
3737
];

0 commit comments

Comments
 (0)