Skip to content

Commit 73395a9

Browse files
authored
Merge pull request #85 from szepeviktor/patch-1
Fix parameter type in Certificate
2 parents ecb4048 + a96eb4b commit 73395a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Ploi/Resources/Certificate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function get(?int $id = null): Response
4444
: $this->getPloi()->makeAPICall($this->getEndpoint());
4545
}
4646

47-
public function create(string $certificate, string $type = 'letsencrypt', boolean $force = false): Response
47+
public function create(string $certificate, string $type = 'letsencrypt', bool $force = false): Response
4848
{
4949
// Remove the id
5050
$this->setId(null);

0 commit comments

Comments
 (0)