Skip to content

Commit 527ffa2

Browse files
committed
Fix linter-issues
1 parent 42105e0 commit 527ffa2

1 file changed

Lines changed: 12 additions & 6 deletions

File tree

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
admin-main:
2-
path: /attributeserver
3-
defaults: { _controller: 'SimpleSAML\Module\exampleattributeserver\Controller\AttributeServer::main' }
4-
methodz: [GET, POST]
4+
path: /attributeserver
5+
defaults: {
6+
_controller: 'SimpleSAML\Module\exampleattributeserver\Controller\AttributeServer::main'
7+
}
8+
methods: [GET, POST]
59

610
admin-main-legacy:
7-
path: /attributeserver.php
8-
defaults: { _controller: 'SimpleSAML\Module\exampleattributeserver\Controller\AttributeServer::main' }
9-
methodz: [GET, POST]
11+
path: /attributeserver.php
12+
defaults: {
13+
_controller: 'SimpleSAML\Module\exampleattributeserver\Controller\AttributeServer::main'
14+
}
15+
methods: [GET, POST]

0 commit comments

Comments
 (0)