Skip to content

Commit

Permalink
Merge 6fb4403 into 3af5ade
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinkscape committed Apr 5, 2016
2 parents 3af5ade + 6fb4403 commit ed39ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RequiresConfig.php
Expand Up @@ -30,7 +30,7 @@ interface RequiresConfig
*
* @return array|ArrayAccess
*/
public function dimensions();
public function getDimensions();

/**
* Returns options based on dimensions() like [vendor][package] and can perform mandatory option checks if
Expand Down Expand Up @@ -64,7 +64,7 @@ public function dimensions();
* @throws Exception\OptionNotFoundException If no options are available
* @throws Exception\MandatoryOptionNotFoundException If a mandatory option is missing
*/
public function options($config);
public function getOptions($config);

/**
* Checks if options are available depending on implemented interfaces and checks that the retrieved options are an
Expand Down

0 comments on commit ed39ab5

Please sign in to comment.