Skip to content

Commit

Permalink
Merge pull request #30 from tidal/analysis-q16Mn5
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
tidal authored Jul 18, 2016
2 parents f12bf9c + 137d2c0 commit ace29e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Tidal/WampWatch/MonitorTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ protected function getSubscriptionCollection()

protected function setInitialCall($pocedure, callable $callback)
{
$this->initialCallProcedure = (string)$pocedure;
$this->initialCallProcedure = (string) $pocedure;
$this->initialCallCallback = $callback;
}

Expand Down
1 change: 0 additions & 1 deletion src/Tidal/WampWatch/Subscription/Collection.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ protected function doSubscribe()
foreach (array_keys($this->subscriptions) as $topic) {
$this->session->subscribe($topic, $this->subscriptionCallbacks[$topic])
->done(function (SubscribedMessage $msg) use ($topic) {

$this->subscriptions[$topic] = $msg->getSubscriptionId();
$this->subscriptionPromise->notify($topic);

Expand Down

0 comments on commit ace29e6

Please sign in to comment.