Skip to content

Commit

Permalink
moved cspell ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Sep 1, 2024
1 parent a446c0b commit 62979e5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ class FunctionCommentSniff implements Sniff
/**
* A map of invalid data types to valid ones for param and return documentation.
*
* cspell:ignore TRUEFALSE
*
* @var array<string, string>
*/
public static $invalidTypes = [
Expand All @@ -48,6 +46,7 @@ class FunctionCommentSniff implements Sniff
'Bool' => 'bool',
'Int' => 'int',
'Integer' => 'int',
// cspell:ignore TRUEFALSE
'TRUEFALSE' => 'bool',
];

Expand Down

0 comments on commit 62979e5

Please sign in to comment.