Skip to content

Commit

Permalink
Update docblock.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jun 22, 2013
1 parent df84bc4 commit c0f0fc9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Orchestra/Support/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ abstract class Manager extends \Illuminate\Support\Manager {
/**
* Define blacklisted character in name.
*
* @var
* @var array
*/
protected $blacklisted = array('.');

Expand Down Expand Up @@ -88,8 +88,9 @@ protected function getDriverName($driverName)

/**
* Check if name is not blacklisted.
*
*
* @access protected
* @param string $name
* @return void
* @throws \InvalidArgumentException
*/
Expand Down

0 comments on commit c0f0fc9

Please sign in to comment.