From f8b965b527f218435358068ad568163187665901 Mon Sep 17 00:00:00 2001 From: Mahmood Dehghani Date: Thu, 28 Dec 2023 23:44:17 +0330 Subject: [PATCH] removed unreachable return statement (#228) --- src/FFI.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/FFI.php b/src/FFI.php index 304a3b4..194db6f 100644 --- a/src/FFI.php +++ b/src/FFI.php @@ -204,8 +204,6 @@ private static function libraryName(string $name, int $abi): string // most *nix return "$name.so.$abi"; } - - return null; } private static function libraryLoad(