Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Oct 23, 2024
1 parent 1568f8e commit db71b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/CaptchaController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class CaptchaController extends AppController {

/**
* @var string
* @var string|null
*/
protected ?string $defaultTable = 'Captcha.Captchas';

Expand Down

0 comments on commit db71b07

Please sign in to comment.