Skip to content

Commit a501f4a

Browse files
committed
Run new version of php-cs-fixer against code
1 parent 1d966d8 commit a501f4a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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)