Skip to content

Commit

Permalink
fixed PhpGuardContext static:: into static protected vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Jun 3, 2014
1 parent 1f2fb03 commit 84c4aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/Context/PhpGuardContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class PhpGuardContext extends BehatContext
*/
protected $application = null;

static $cwd;
static protected $cwd;

/**
* @BeforeScenario
Expand Down

0 comments on commit 84c4aa5

Please sign in to comment.