Skip to content

Commit 62979e5

Browse files
committed
moved cspell ignore
1 parent a446c0b commit 62979e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coder_sniffer/Drupal/Sniffs/Commenting/FunctionCommentSniff.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ class FunctionCommentSniff implements Sniff
2727
/**
2828
* A map of invalid data types to valid ones for param and return documentation.
2929
*
30-
* cspell:ignore TRUEFALSE
31-
*
3230
* @var array<string, string>
3331
*/
3432
public static $invalidTypes = [
@@ -48,6 +46,7 @@ class FunctionCommentSniff implements Sniff
4846
'Bool' => 'bool',
4947
'Int' => 'int',
5048
'Integer' => 'int',
49+
// cspell:ignore TRUEFALSE
5150
'TRUEFALSE' => 'bool',
5251
];
5352

0 commit comments

Comments
 (0)