We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c043593 commit 47543d4Copy full SHA for 47543d4
src/Models/ActiveUser.php
@@ -12,7 +12,7 @@ class ActiveUser extends \BNETDocs\Models\Core\Errorable implements \JsonSeriali
12
public ?\BNETDocs\Libraries\User\User $active_user = null;
13
14
/**
15
- * When constructed, sets the $active_user to that of the Authentication::$user value.
+ * Sets the $active_user to that of the Authentication::$user value.
16
* Child classes that override __construct() must call parent::__construct().
17
*/
18
public function __construct()
0 commit comments