Skip to content

Commit

Permalink
src/Psalm/Config.php: don't use annotations
Browse files Browse the repository at this point in the history
Psalm was parsing this as a property annotation, derp.
  • Loading branch information
danielbeardsley committed Mar 27, 2023
1 parent ad05b13 commit 7b541ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class Config
public $use_docblock_property_types = false;

/**
* Whether using @property in docblocks should implicitly seal properties
* Whether using property annotations in docblocks should implicitly seal properties
*
* @var bool
*/
Expand Down

0 comments on commit 7b541ed

Please sign in to comment.