Skip to content

Commit 3d0f378

Browse files
committed
cs
1 parent 469549a commit 3d0f378

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/Http.DI/HttpExtension.csp.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ http:
4040
upgrade-insecure-requests: true
4141
block-all-mixed-content: false
4242
EOD
43-
, 'neon'));
43+
, 'neon'));
4444

4545
eval($compiler->addConfig($config)->compile());
4646

tests/Http.DI/HttpExtension.featurePolicy.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ http:
2929
- https://example.com
3030
camera: *
3131
EOD
32-
, 'neon'));
32+
, 'neon'));
3333

3434
eval($compiler->addConfig($config)->compile());
3535

tests/Http.DI/HttpExtension.headers.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ http:
2727
C:
2828
D: 0
2929
EOD
30-
, 'neon'));
30+
, 'neon'));
3131

3232
eval($compiler->addConfig($config)->compile());
3333

tests/Http.DI/HttpExtension.sameSiteProtection.disabled.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $config = $loader->load(Tester\FileMock::create(<<<'EOD'
2020
http:
2121
disableNetteCookie: yes
2222
EOD
23-
, 'neon'));
23+
, 'neon'));
2424

2525
eval($compiler->addConfig($config)->compile());
2626

0 commit comments

Comments
 (0)