8000 fix cs · symfony/symfony@32a53bf · GitHub
[go: up one dir, main page]

Skip to content

Commit 32a53bf

Browse files
committed
fix cs
1 parent 66928dd commit 32a53bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ public function provideContext()
117117
'line' => 30,
118118
'file_relative' => 'src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php',
119119
'file_link' => 'phpstorm://open?file=/Users/ogi/symfony/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php&line=30',
120-
)
120+
),
121121
),
122122
<<<TXT
123123
%A
124124
source \033]8;;phpstorm://open?file=/Users/ogi/symfony/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php&line=30\033\CliDescriptorTest.php on line 30\033]8;;\033%A
125125
%A
126126
TXT
127-
, true
127+
, true,
128128
);
129129
}
130130

0 commit comments

Comments
 (0)
0