Skip to content

Commit 60ad8c7

Browse files
authored
Merge pull request #161 from maxmind/greg/fix-lint
Run new version of php-cs-fixer against code
2 parents 1d966d8 + a501f4a commit 60ad8c7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/MaxMind/Db/Reader/InvalidDatabaseException.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
/**
88
* This class should be thrown when unexpected data is found in the database.
99
*/
10-
class InvalidDatabaseException extends \Exception
11-
{
12-
}
10+
// phpcs:disable
11+
class InvalidDatabaseException extends \Exception {}

0 commit comments

Comments
 (0)