splitbrain / dokuwiki-plugin-letsencrypt

Request letsencrypt SSL certificates for your DokuWiki
https://www.dokuwiki.org/plugin:letsencrypt
5 stars 1 forks source link

Fix the updater crashing when trying to update certs #6

Open micgro42 opened 5 years ago

micgro42 commented 5 years ago

This fixes the crash introduced in pull request #5. This crash would only occur when the cli actually tries to update the certificates and it was caused by an overlooked typehint. This explicit typehint has been replaced by a typehint in the php docblock.