Skip to content

Commit 50df377

Browse files
committed
Fix linter-issues
1 parent 2b64f80 commit 50df377

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
13
coverage:
24
status:
35
project:

routing/routes/routes.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
---
22

33
aggregator-main:
4-
path: /
5-
defaults: { _controller: 'SimpleSAML\Module\aggregator2\Controller\Aggregator::main' }
6-
methods: GET
4+
path: /
5+
defaults: {
6+
_controller: 'SimpleSAML\Module\aggregator2\Controller\Aggregator::main'
7+
}
8+
methods: GET
79

810
aggregator-get:
9-
path: /get
10-
defaults: { _controller: 'SimpleSAML\Module\aggregator2\Controller\Aggregator::get' }
11-
methods: GET
11+
path: /get
12+
defaults: {
13+
_controller: 'SimpleSAML\Module\aggregator2\Controller\Aggregator::get'
14+
}
15+
methods: GET

0 commit comments

Comments
 (0)