Skip to content

Commit 46bb9ed

Browse files
committed
$this → static
1 parent 04ce121 commit 46bb9ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Craft.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ private static function _generateCustomFieldBehavior(array $fieldHandles, ?strin
275275

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

281281
$handles[] = <<<EOD

0 commit comments

Comments
 (0)