We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecb4048 + a96eb4b commit 73395a9Copy full SHA for 73395a9
1 file changed
src/Ploi/Resources/Certificate.php
@@ -44,7 +44,7 @@ public function get(?int $id = null): Response
44
: $this->getPloi()->makeAPICall($this->getEndpoint());
45
}
46
47
- public function create(string $certificate, string $type = 'letsencrypt', boolean $force = false): Response
+ public function create(string $certificate, string $type = 'letsencrypt', bool $force = false): Response
48
{
49
// Remove the id
50
$this->setId(null);
0 commit comments