Skip to content

Commit 673a090

Browse files
committed
Fix typo
1 parent 05df6ac commit 673a090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: UPGRADING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Now, `throw $e;` is represented as a `Stmt\Expression` that contains an `Expr\Th
118118
See [UPGRADING](https://github.com/phpstan/phpdoc-parser/blob/2.0.x/UPGRADING.md) guide for phpstan/phpdoc-parser.
119119

120120
### Returning plain strings as errors no longer supported, use RuleErrorBuilder
121-
*
121+
122122
Identifiers are also required in custom rules.
123123

124124
Learn more: [Using RuleErrorBuilder to enrich reported errors in custom rules](https://phpstan.org/blog/using-rule-error-builder)

0 commit comments

Comments
 (0)