We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c45f2 commit 48697a5Copy full SHA for 48697a5
.styleci.yml
@@ -1,3 +1,3 @@
1
preset: symfony
2
3
-disabled: [phpdoc_to_comment]
+disabled: [phpdoc_to_comment, phpdoc_var_without_name]
web/app.php
@@ -22,7 +22,7 @@
22
//$kernel = new AppCache($kernel);
23
24
25
-// When using the HttpCache, you need to call the method in your front
+// When using the HttpCache, you need to call the method in your front
26
// controller instead of relying on the configuration parameter
27
//Request::enableHttpMethodParameterOverride();
28
$request = Request::createFromGlobals();
0 commit comments