This commit is contained in:
Fabien Potencier 2019-04-08 07:16:00 +02:00
parent 02e865b298
commit 546b1146c4

View File

@ -53,7 +53,7 @@ final class BoundArgument implements ArgumentInterface
*/
public function setValues(array $values)
{
if (5 === count($values)) {
if (5 === \count($values)) {
list($this->value, $this->identifier, $this->used, $this->type, $this->file) = $values;
} else {
list($this->value, $this->identifier, $this->used) = $values;