Skip to content

Commit

Permalink
Just some small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tquilkey committed Jul 26, 2012
1 parent 03a9e38 commit 05c225a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Proem/Api/Signal/Manager/Standard.php
Expand Up @@ -189,7 +189,7 @@ public function attach(array $options)
public function trigger($name, array $options)
{

if (isset($name]) || isset($this->queues[self::WILDCARD])) {
if (isset($name) || isset($this->queues[self::WILDCARD])) {
$ops = $this->setOptions([
'params' => (new Option())->type('array'),
'callback' => (new Option())->type('callable'),
Expand Down
1 change: 1 addition & 0 deletions lib/Proem/Autoloader.php
Expand Up @@ -63,6 +63,7 @@ class Autoloader
public function enableAPC()
{
$this->apcEnabled = true;
return $this;
}

/**
Expand Down

0 comments on commit 05c225a

Please sign in to comment.