From db27fbd39fe7aa5c8b3f90fa729d3fe2886478dd Mon Sep 17 00:00:00 2001 From: Mahmood Dehghani Date: Thu, 28 Dec 2023 15:51:28 +0330 Subject: [PATCH] removed unreachable return statement --- 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(