Apply fixes from StyleCI (#14899)

Co-authored-by: StyleCI Bot <bot@styleci.io>
This commit is contained in:
Jellyfrog
2023-03-13 22:32:22 +01:00
committed by GitHub
parent 0e322ae5d5
commit 68e0b3df28
220 changed files with 2050 additions and 2035 deletions

View File

@@ -63,7 +63,7 @@ if (isset($options['h'])) {
prints it in a slightly neater manner and in a manner and in tested
order.
';
exit();
exit;
}
// make sure we have a JSON file to work with
@@ -105,7 +105,7 @@ if ((isset($options['l'])) || (
(! isset($options['t'])) &&
(! isset($options['s'])) &&
(! isset($options['m']))
)) {
)) {
exit(0);
}