chore: fmt

Signed-off-by: azjezz <azjezz@protonmail.com>
This commit is contained in:
azjezz 2022-12-09 06:49:49 +01:00
parent cdf422bea8
commit d3612edc5c
No known key found for this signature in database
GPG Key ID: B00E0A46B3F1C157

View File

@ -31,7 +31,7 @@ fn third_party_2_laravel_framework() {
&["src", "tests"], &["src", "tests"],
&[ &[
// file contains syntax error for testing. // file contains syntax error for testing.
"tests/Foundation/fixtures/bad-syntax-strategy.php" "tests/Foundation/fixtures/bad-syntax-strategy.php",
], ],
); );
} }
@ -49,7 +49,7 @@ fn third_party_3_symfony_framework() {
// file contains syntax error used for testing. // file contains syntax error used for testing.
"src/Symfony/Component/Config/Tests/Fixtures/ParseError.php", "src/Symfony/Component/Config/Tests/Fixtures/ParseError.php",
// file contains unintentional error upstream, waiting for fix. // file contains unintentional error upstream, waiting for fix.
"src/Symfony/Component/VarExporter/LazyProxyTrait.php" "src/Symfony/Component/VarExporter/LazyProxyTrait.php",
], ],
); );
} }
@ -120,7 +120,7 @@ fn third_party_9_composer() {
"https://github.com/composer/composer", "https://github.com/composer/composer",
"main", "main",
&["src", "tests"], &["src", "tests"],
&[] &[],
); );
} }
@ -131,7 +131,7 @@ fn third_party_10_wordpress() {
"https://github.com/WordPress/WordPress", "https://github.com/WordPress/WordPress",
"master", "master",
&["wp-admin", "wp-content", "wp-includes"], &["wp-admin", "wp-content", "wp-includes"],
&[] &[],
); );
} }