diff --git a/examples/subscriptions_actions.php b/examples/subscriptions_actions.php index 9cf8ab8c..4b3ac646 100644 --- a/examples/subscriptions_actions.php +++ b/examples/subscriptions_actions.php @@ -47,4 +47,4 @@ function (AccessTokenInterface $accessToken, string $baseDomain) { die; } -var_dump($nextSubscriptions->toArray()); \ No newline at end of file +var_dump($nextSubscriptions->toArray()); diff --git a/examples/talks_actions.php b/examples/talks_actions.php index decc9924..fb06fb46 100644 --- a/examples/talks_actions.php +++ b/examples/talks_actions.php @@ -41,4 +41,3 @@ function (AccessTokenInterface $accessToken, string $baseDomain) { printError($exception); die; } - diff --git a/src/AmoCRM/Models/Talks/TalkCloseActionModel.php b/src/AmoCRM/Models/Talks/TalkCloseActionModel.php index cd981ecf..dbc9c97c 100644 --- a/src/AmoCRM/Models/Talks/TalkCloseActionModel.php +++ b/src/AmoCRM/Models/Talks/TalkCloseActionModel.php @@ -47,4 +47,4 @@ public function setForceClose(bool $forceClose): self return $this; } -} \ No newline at end of file +}