diff --git a/src/Config.php b/src/Config.php index fd07594..badd765 100644 --- a/src/Config.php +++ b/src/Config.php @@ -21,10 +21,7 @@ * Implements Countable, Iterator and ArrayAccess * to facilitate easy access to the data. */ -class Config implements - Countable, - Iterator, - ArrayAccess +class Config implements Countable, Iterator, ArrayAccess { /** * Whether modifications to configuration data are allowed.