Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
GautierDele authored and StyleCIBot committed Oct 25, 2024
1 parent e722c79 commit 18182c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Manifests/ContainerMixinManifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function build(array $extensionMethods, array $extensions)

// If the extension is localized we look for the first containing the method
if (is_array($extension) && isset($extension['locales'])) {
$extension = current(array_filter($extension['locales'], function($extensionFiltered) use ($methodName) {
$extension = current(array_filter($extension['locales'], function ($extensionFiltered) use ($methodName) {
return method_exists($extensionFiltered, $methodName);
}));
}
Expand Down

0 comments on commit 18182c0

Please sign in to comment.