From 63656cf3833a033b73b810faa5732cd83dedb47e Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Tue, 10 Jun 2025 19:58:25 +0700 Subject: [PATCH] cs fixer, of course --- src/SPC/builder/traits/UnixLibraryTrait.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/SPC/builder/traits/UnixLibraryTrait.php b/src/SPC/builder/traits/UnixLibraryTrait.php index 3b378c4e..e98a6f3a 100644 --- a/src/SPC/builder/traits/UnixLibraryTrait.php +++ b/src/SPC/builder/traits/UnixLibraryTrait.php @@ -98,10 +98,9 @@ trait UnixLibraryTrait if ($realpath === false) { if ($throwOnMissing) { throw new RuntimeException('Cannot find library [' . static::NAME . '] la file [' . $name . '] !'); - } else { - logger()->warning('Cannot find library [' . static::NAME . '] la file [' . $name . '] !'); - continue; } + logger()->warning('Cannot find library [' . static::NAME . '] la file [' . $name . '] !'); + continue; } logger()->debug('Patching ' . $realpath); // replace prefix