Skip to content

Commit f8b965b

Browse files
authored
removed unreachable return statement (#228)
1 parent 24831a1 commit f8b965b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/FFI.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ private static function libraryName(string $name, int $abi): string
204204
// most *nix
205205
return "$name.so.$abi";
206206
}
207-
208-
return null;
209207
}
210208

211209
private static function libraryLoad(

0 commit comments

Comments
 (0)