mirror of
https://github.com/danog/parser.git
synced 2024-11-30 04:29:13 +01:00
chore: fmt
Signed-off-by: azjezz <azjezz@protonmail.com>
This commit is contained in:
parent
cdf422bea8
commit
d3612edc5c
@ -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"],
|
||||||
&[]
|
&[],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user