Skip to content

Commit

Permalink
[5.3] cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Dec 16, 2021
1 parent c301b6d commit be3e4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loader/XliffFileLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function load($resource, string $locale, string $domain = 'messages')
} else {
$dom = XmlUtils::loadFile($resource);
}
} catch (\InvalidArgumentException | XmlParsingException | InvalidXmlException $e) {
} catch (\InvalidArgumentException|XmlParsingException|InvalidXmlException $e) {
throw new InvalidResourceException(sprintf('Unable to load "%s": ', $resource).$e->getMessage(), $e->getCode(), $e);
}

Expand Down

0 comments on commit be3e4c2

Please sign in to comment.