Skip to content

Commit

Permalink
(cs) stylecheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olapsema committed Sep 13, 2021
1 parent 3ad69cb commit 489c302
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/subscriptions_actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ function (AccessTokenInterface $accessToken, string $baseDomain) {
die;
}

var_dump($nextSubscriptions->toArray());
var_dump($nextSubscriptions->toArray());
1 change: 0 additions & 1 deletion examples/talks_actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ function (AccessTokenInterface $accessToken, string $baseDomain) {
printError($exception);
die;
}

2 changes: 1 addition & 1 deletion src/AmoCRM/Models/Talks/TalkCloseActionModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ public function setForceClose(bool $forceClose): self

return $this;
}
}
}

0 comments on commit 489c302

Please sign in to comment.