Skip to content

Commit f4da616

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

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22

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

88
aggregator-get:
9-
path: /get
10-
defaults: { _controller: 'SimpleSAML\Module\aggregator2\Controller\Aggregator::get' }
11-
methods: GET
9+
path: /get
10+
defaults: { _controller: 'SimpleSAML\Module\aggregator2\Controller\Aggregator::get' }
11+
methods: GET

0 commit comments

Comments
 (0)