Skip to content

Commit a7f789d

Browse files
committed
CS
1 parent cdeda6f commit a7f789d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/tests/Functional/UxPackagesTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function getSmokeTests(): \Generator
5252
yield $package->getName() => [$package, 'Read full Documentation'];
5353
continue;
5454
}
55-
if ('icons' === $package->getName()) {
55+
if ('icons' === $package->getName()) {
5656
// Icons has a different bottom section
5757
yield $package->getName() => [$package, 'Documentation'];
5858
continue;

0 commit comments

Comments
 (0)