Skip to content

Commit f183f88

Browse files
authored
Apply fixes from StyleCI (#1033)
1 parent e2fcac2 commit f183f88

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

IP2LocationBinary.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ final class IP2LocationBinary extends AbstractProvider implements Provider
4545
public function __construct(string $binFile, int $openFlag = null)
4646
{
4747
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-
);
48+
throw new FunctionNotFound('ip2location_database', 'The IP2LocationBinary requires IP2Location\'s library to be installed and loaded.');
5249
}
5350

5451
if (false === is_file($binFile)) {

0 commit comments

Comments
 (0)