Skip to content

Commit d4252e2

Browse files
committed
explicitly list classes that need to be ignored
1 parent 27a8a14 commit d4252e2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

easy-coding-standard.neon

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,16 @@ parameters:
2020
PHP_CodeSniffer\Standards\Generic\Sniffs\NamingConventions\CamelCapsFunctionNameSniff:
2121
- */tests/**
2222
PHP_CodeSniffer\Standards\Squiz\Sniffs\Classes\ValidClassNameSniff:
23-
- */src/**
23+
- src/Types/Array_.php
24+
- src/Types/Callable_.php
25+
- src/Types/Float_.php
26+
- src/Types/Iterable_.php
27+
- src/Types/Mixed_.php
28+
- src/Types/Null_.php
29+
- src/Types/Object_.php
30+
- src/Types/Parent_.php
31+
- src/Types/Resource_.php
32+
- src/Types/Self_.php
33+
- src/Types/Static_.php
34+
- src/Types/String_.php
35+
- src/Types/Void_.php

0 commit comments

Comments
 (0)