Fix wrong phpdoc

parent ca5aceb0
...@@ -21,7 +21,7 @@ class QueryCacheProfileTest extends DbalTestCase ...@@ -21,7 +21,7 @@ class QueryCacheProfileTest extends DbalTestCase
/** @var int[] */ /** @var int[] */
private $params = [666]; private $params = [666];
/** @var string[] */ /** @var int[] */
private $types = [ParameterType::INTEGER]; private $types = [ParameterType::INTEGER];
/** @var string[] */ /** @var string[] */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment