Commit 6ccd2821 authored by Klaus Purer's avatar Klaus Purer
Browse files

feat(FunctionComment): Add wrong TRUEFALSE type hint

parent 70fd91fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ class FunctionCommentSniff implements Sniff
        'Bool'      => 'bool',
        'Int'       => 'int',
        'Integer'   => 'int',
        'TRUEFALSE' => 'bool',
    ];

    /**