Skip to content

Commit

Permalink
Add $_paths property to Locator. Fixes #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nubs committed Jun 17, 2014
1 parent 28c6d81 commit a4b7d5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Locator.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
*/
class Locator
{
/** @type array The possible paths to commands. */
protected $_paths;

/**
* Initialize the locator.
*
Expand Down

0 comments on commit a4b7d5d

Please sign in to comment.