Skip to content

Commit 5d0f39d

Browse files
committed
Remove conflicting docblocks
Signed-off-by: Jan Henckens <[email protected]>
1 parent b0d4403 commit 5d0f39d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controllers/SubscriberController.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
class SubscriberController extends Controller
1313
{
1414
/**
15-
* @var string
15+
* @inheritdoc
1616
*/
1717
public $defaultAction = 'add';
1818

1919
/**
20-
* @var array|bool|int
20+
* @inheritdoc
2121
*/
2222
protected array|bool|int $allowAnonymous = true;
2323

0 commit comments

Comments
 (0)