Skip to content

Commit

Permalink
$this → static
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed May 15, 2022
1 parent 04ce121 commit 46bb9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Craft.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ private static function _generateCustomFieldBehavior(array $fieldHandles, ?strin

foreach ($fieldHandles as $handle => $types) {
$methods[] = <<<EOD
* @method \$this $handle(mixed \$value) Sets the [[$handle]] property
* @method static $handle(mixed \$value) Sets the [[$handle]] property
EOD;

$handles[] = <<<EOD
Expand Down

0 comments on commit 46bb9ed

Please sign in to comment.