Skip to content

Commit

Permalink
added DataInterface to ConfigInterface since Config inherits data
Browse files Browse the repository at this point in the history
  • Loading branch information
maschmann committed Aug 26, 2014
1 parent 9b2f7b3 commit 6908c71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/Asm/Config/ConfigInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
*/
namespace Asm\Config;

use Asm\Data\DataInterface;

/**
* Interface ConfigInterface
*
* @package Asm\Config
* @author marc aschmann <maschmann@gmail.com>
* @uses Asm\Data\DataInterface
* @codeCoverageIgnore
*/
interface ConfigInterface
interface ConfigInterface extends DataInterface
{
/**
* abstract init
Expand Down

0 comments on commit 6908c71

Please sign in to comment.