Skip to content

Commit 5f8d0b9

Browse files
committed
indentation fix
1 parent 4775c6a commit 5f8d0b9

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

Resources/config/edit_in_place.yml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
services:
2-
Translation\Bundle\Controller\EditInPlaceController:
3-
autowire: true
4-
autoconfigure: true
5-
public: true
6-
arguments:
7-
- '@Translation\Bundle\Service\StorageManager'
8-
- '@Translation\Bundle\Service\CacheClearer'
9-
- '@Symfony\Component\Validator\Validator\ValidatorInterface'
10-
2+
Translation\Bundle\Controller\EditInPlaceController:
3+
autowire: true
4+
autoconfigure: true
5+
public: true
6+
arguments:
7+
- '@Translation\Bundle\Service\StorageManager'
8+
- '@Translation\Bundle\Service\CacheClearer'
9+
- '@Symfony\Component\Validator\Validator\ValidatorInterface'
1110

12-
php_translation.edit_in_place.response_listener:
11+
php_translation.edit_in_place.response_listener:
1312
class: Translation\Bundle\EventListener\EditInPlaceResponseListener
1413
tags:
1514
- { name: 'kernel.event_listener', event: 'kernel.response', method: 'onKernelResponse' }
@@ -41,4 +40,3 @@ services:
4140
- ~
4241
tags:
4342
- { name: 'twig.extension' }
44-

0 commit comments

Comments
 (0)