10000 fixed CS · symfony/symfony@546b114 · GitHub
[go: up one dir, main page]

Skip to content

Commit 546b114

Browse files
committed
fixed CS
1 parent 02e865b commit 546b114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Argument/BoundArgument.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getValues()
5353
*/
5454
public function setValues(array $values)
5555
{
56-
if (5 === count($values)) {
56+
if (5 === \count($values)) {
5757
list($this->value, $this->identifier, $this->used, $this->type, $this->file) = $values;
5858
} else {
5959
list($this->value, $this->identifier, $this->used) = $values;

0 commit comments

Comments
 (0)
0