Skip to content

Commit 85dafed

Browse files
committed
Fix linter-issues
1 parent 2cf9187 commit 85dafed

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-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.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
---
2+
13
cas-linkback:
2-
path: /linkback
3-
defaults: { _controller: 'SimpleSAML\Module\cas\Controller\CAS::linkback' }
4-
methods: [GET]
4+
path: /linkback
5+
defaults: {
6+
_controller: 'SimpleSAML\Module\cas\Controller\CAS::linkback'
7+
}
8+
methods: [GET]
59

610
cas-legacy-linkback:
7-
path: /linkback.php
8-
defaults: { _controller: 'SimpleSAML\Module\cas\Controller\CAS::linkback' }
9-
methods: [GET]
11+
path: /linkback.php
12+
defaults: {
13+
_controller: 'SimpleSAML\Module\cas\Controller\CAS::linkback'
14+
}
15+
methods: [GET]

0 commit comments

Comments
 (0)