We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d966d8 commit a501f4aCopy full SHA for a501f4a
1 file changed
src/MaxMind/Db/Reader/InvalidDatabaseException.php
@@ -7,6 +7,5 @@
7
/**
8
* This class should be thrown when unexpected data is found in the database.
9
*/
10
-class InvalidDatabaseException extends \Exception
11
-{
12
-}
+// phpcs:disable
+class InvalidDatabaseException extends \Exception {}
0 commit comments