@@ -44,7 +44,7 @@ variable in your service container configuration, you can reference it using
4444 xsi : schemaLocation =" http://symfony.com/schema/dic/services
4545 https://symfony.com/schema/dic/services/services-1.0.xsd
4646 http://symfony.com/schema/dic/doctrine
47- http ://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd" >
47+ https ://symfony.com/schema/dic/doctrine/doctrine-1.0.xsd" >
4848
4949 <doctrine : config >
5050 <doctrine : dbal
@@ -172,7 +172,7 @@ turn the value of the ``HTTP_PORT`` env var into an integer:
172172 xsi : schemaLocation =" http://symfony.com/schema/dic/services
173173 https://symfony.com/schema/dic/services/services-1.0.xsd
174174 http://symfony.com/schema/dic/symfony
175- http ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
175+ https ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
176176
177177 <framework : config >
178178 <framework : router http-port =" %env(int:HTTP_PORT)%" />
@@ -213,7 +213,7 @@ Symfony provides the following env var processors:
213213 xsi : schemaLocation =" http://symfony.com/schema/dic/services
214214 https://symfony.com/schema/dic/services/services-1.0.xsd
215215 http://symfony.com/schema/dic/symfony
216- http ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
216+ https ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
217217
218218 <parameters >
219219 <parameter key =" env(SECRET)" >some_secret</parameter >
@@ -253,7 +253,7 @@ Symfony provides the following env var processors:
253253 xsi : schemaLocation =" http://symfony.com/schema/dic/services
254254 https://symfony.com/schema/dic/services/services-1.0.xsd
255255 http://symfony.com/schema/dic/symfony
256- http ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
256+ https ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
257257
258258 <parameters >
259259 <parameter key =" env(HTTP_METHOD_OVERRIDE)" >true</parameter >
@@ -349,7 +349,7 @@ Symfony provides the following env var processors:
349349 xsi : schemaLocation =" http://symfony.com/schema/dic/services
350350 https://symfony.com/schema/dic/services/services-1.0.xsd
351351 http://symfony.com/schema/dic/symfony
352- http ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
352+ https ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
353353
354354 <parameters >
355355 <parameter key =" env(TRUSTED_HOSTS)" >["10.0.0.1", "10.0.0.2"]</parameter >
@@ -430,7 +430,7 @@ Symfony provides the following env var processors:
430430 xsi : schemaLocation =" http://symfony.com/schema/dic/services
431431 https://symfony.com/schema/dic/services/services-1.0.xsd
432432 http://symfony.com/schema/dic/symfony
433- http ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
433+ https ://symfony.com/schema/dic/symfony/symfony-1.0.xsd" >
434434
435435 <parameters >
436436 <parameter key =" env(AUTH_FILE)" >../config/auth.json</parameter >
0 commit comments