Skip to content

Commit

Permalink
Place mixed keyword in phpdoc (Fixes #1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
datengraben committed Jan 13, 2025
1 parent afb3fba commit bc5e97b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CB/CB1UserFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
class CB1UserFields {

/**
* @var false|mixed
* @var mixed
*/
private mixed $termsservices_url;
private $termsservices_url;
/**
* @var array|string[]
*/
Expand All @@ -33,7 +33,7 @@ class CB1UserFields {
/**
* @var array|mixed
*/
private mixed $user_vars;
private $user_vars;

public function __construct() {

Expand Down

0 comments on commit bc5e97b

Please sign in to comment.