We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fcac2 commit f183f88Copy full SHA for f183f88
IP2LocationBinary.php
@@ -45,10 +45,7 @@ final class IP2LocationBinary extends AbstractProvider implements Provider
45
public function __construct(string $binFile, int $openFlag = null)
46
{
47
if (false === class_exists('\\IP2Location\\Database')) {
48
- throw new FunctionNotFound(
49
- 'ip2location_database',
50
- 'The IP2LocationBinary requires IP2Location\'s library to be installed and loaded.'
51
- );
+ throw new FunctionNotFound('ip2location_database', 'The IP2LocationBinary requires IP2Location\'s library to be installed and loaded.');
52
}
53
54
if (false === is_file($binFile)) {
0 commit comments