diff --git a/src/Gregwar/Captcha/CaptchaBuilder.php b/src/Gregwar/Captcha/CaptchaBuilder.php index ab8d93f..67e77cf 100644 --- a/src/Gregwar/Captcha/CaptchaBuilder.php +++ b/src/Gregwar/Captcha/CaptchaBuilder.php @@ -133,7 +133,7 @@ public function setInterpolation($interpolate = true) */ public $tempDir = 'temp/'; - public function __construct($phrase = null, PhraseBuilderInterface $builder = null) + public function __construct($phrase = null, ?PhraseBuilderInterface $builder = null) { if ($builder === null) { $this->builder = new PhraseBuilder;