fix typo in phpdoc

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-02-22 12:59:11 +01:00
parent cfae5b7516
commit 410bfe2c97

View File

@@ -180,7 +180,7 @@ class Domains extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\ResourceEn
* @param bool $hsts_preload
* optional whether or not to preload HSTS header value
* @param bool $ocsp_stapling
* optional whether to enable oscp-stapling for this domain. default 0 (false), requires SSL
* optional whether to enable ocsp-stapling for this domain. default 0 (false), requires SSL
*
* @access admin
* @throws \Exception
@@ -737,7 +737,7 @@ class Domains extends \Froxlor\Api\ApiCommand implements \Froxlor\Api\ResourceEn
* @param bool $hsts_preload
* optional whether or not to preload HSTS header value
* @param bool $ocsp_stapling
* optional whether to enable oscp-stapling for this domain. default 0 (false), requires SSL
* optional whether to enable ocsp-stapling for this domain. default 0 (false), requires SSL
*
* @access admin
* @throws \Exception