Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Resolved merge conflicts from commit 83ba3cf
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored and Mike Willbanks committed Jun 20, 2013
1 parent 5fae315 commit 240c93a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 240c93a

Please # to comment.