Skip to content

Commit 9a735e1

Browse files
author
Alex Rothuis
committed
Boyscout: surround service references with double quotes
1 parent 93b4d47 commit 9a735e1

File tree

1 file changed

+2
-2
lines changed
  • src/Surfnet/StepupMiddleware/MiddlewareBundle/Resources/config

1 file changed

+2
-2
lines changed

src/Surfnet/StepupMiddleware/MiddlewareBundle/Resources/config/services.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ services:
33
class: Surfnet\StepupMiddleware\MiddlewareBundle\Service\DBALConnectionHelper
44
arguments:
55
-
6-
middleware: @doctrine.dbal.middleware_connection
7-
gateway: @doctrine.dbal.gateway_connection
6+
middleware: "@doctrine.dbal.middleware_connection"
7+
gateway: "@doctrine.dbal.gateway_connection"

0 commit comments

Comments
 (0)