Skip to content

Commit 48697a5

Browse files
committed
Fix StyleCI
1 parent 34c45f2 commit 48697a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.styleci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
preset: symfony
22

3-
disabled: [phpdoc_to_comment]
3+
disabled: [phpdoc_to_comment, phpdoc_var_without_name]

web/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
//$kernel = new AppCache($kernel);
2323

2424

25-
// When using the HttpCache, you need to call the method in your front
25+
// When using the HttpCache, you need to call the method in your front
2626
// controller instead of relying on the configuration parameter
2727
//Request::enableHttpMethodParameterOverride();
2828
$request = Request::createFromGlobals();

0 commit comments

Comments
 (0)