Skip to content

Commit 6c04c87

Browse files
Fixed incorrect private var type definition
1 parent f608157 commit 6c04c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/class-crowdhandler-gatekeeper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class CrowdHandlerGateKeeper
77
{
88
/**
9-
* @var CrowdHandlerWordPressGateKeeper
9+
* @var GateKeeper
1010
*/
1111
private $gateKeeper;
1212

0 commit comments

Comments
 (0)