Skip to content

Commit

Permalink
Use a clearer variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrenssen committed Feb 13, 2015
1 parent 26f74b6 commit a5f56f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ interface DrupalSubContextInterface extends Context {
/**
* Instantiates the subcontext.
*
* @param \Drupal\DrupalDriverManager $context
* @param \Drupal\DrupalDriverManager $drupal
* The Drupal Driver manager.
*/
public function __construct(DrupalDriverManager $context);
public function __construct(DrupalDriverManager $drupal);

}

0 comments on commit a5f56f6

Please sign in to comment.