composer fix-style

This commit is contained in:
laravel-ide-helper
2025-01-08 10:00:25 +00:00
committed by github-actions[bot]
parent a11dd14ee5
commit 4c2f68f14a
+1 -1
View File
@@ -405,7 +405,7 @@ class Alias
if (!in_array($macro_name, $this->usedMethods)) {
try {
$method = $this->getMacroFunction($macro_func);
} catch (\Throwable $e) {
} catch (Throwable $e) {
// Invalid method, skip
continue;
}