[cs] correct invalid @param types

by @TomasVotruba

Some issues have been detected in this pull request

0
Coding Standard

0
Common Typos

Issues that can be fixed by applying a patch

Review the proposed patch then download it to apply it manually or execute the following command from the repository root directory:

curl https://fabbot.io/patch/symfony/symfony/29255/2b550ff90b457399f3835d655ba0dc774499bcde/license.diff | patch -p0
diff -ru src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php
--- src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php	2018-11-19 21:07:38.853610955 +0000
+++ src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php	2018-11-19 21:07:44.951509738 +0000
@@ -5,6 +5,15 @@
  *
  * (c) Fabien Potencier <[email protected]>
  *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+/*
+ * This file is part of the Symfony package.
+ *
+ * (c) Fabien Potencier <[email protected]>
+ *
  * This code is partially based on the Rack-Cache library by Ryan Tomayko,
  * which is released under the MIT license.
  * (based on commit 02d2b48d75bcb63cf1c0c7149c077ad256542801)

0
Pull Request Contributor Headers

0
File Permissions