mirror of
https://github.com/SkillDisplay/PHPToolKit.git
synced 2024-11-17 06:06:08 +01:00
[TASK] Fix indentation
This commit is contained in:
parent
40337616b5
commit
adec8fd806
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Campaigns
|
||||||
if ($e->getCode() === 400) {
|
if ($e->getCode() === 400) {
|
||||||
throw new \InvalidArgumentException($e->getMessage(), 1605877581);
|
throw new \InvalidArgumentException($e->getMessage(), 1605877581);
|
||||||
}
|
}
|
||||||
throw $e;
|
throw $e;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($result->getStatusCode() !== 200) {
|
if ($result->getStatusCode() !== 200) {
|
||||||
|
|
Loading…
Reference in a new issue