-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathphpstan-baseline.neon
26 lines (22 loc) · 1.27 KB
/
phpstan-baseline.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
parameters:
ignoreErrors:
-
message: "#^Method App\\\\Repository\\\\QotdRepository\\:\\:findForHomepage\\(\\) should return Knp\\\\Component\\\\Pager\\\\Pagination\\\\PaginationInterface\\<string, App\\\\Entity\\\\Qotd\\> but returns Knp\\\\Component\\\\Pager\\\\Pagination\\\\PaginationInterface\\<int, mixed\\>\\.$#"
count: 1
path: src/Repository/QotdRepository.php
-
message: "#^Method App\\\\Repository\\\\QotdRepository\\:\\:findForHomepageNotVoted\\(\\) should return Knp\\\\Component\\\\Pager\\\\Pagination\\\\PaginationInterface\\<string, App\\\\Entity\\\\Qotd\\> but returns Knp\\\\Component\\\\Pager\\\\Pagination\\\\PaginationInterface\\<int, mixed\\>\\.$#"
count: 1
path: src/Repository/QotdRepository.php
-
message: "#^Service \"App\\\\Slack\\\\BlockKit\\\\Block\\\\Image\\\\ImageRenderer\" is private\\.$#"
count: 1
path: src/Slack/BlockKit/Block/Context/ContextRenderer.php
-
message: "#^Service \"App\\\\Slack\\\\BlockKit\\\\Block\\\\Section\\\\MrkdwnRenderer\" is private\\.$#"
count: 1
path: src/Slack/BlockKit/Block/Context/ContextRenderer.php
-
message: "#^Service \"App\\\\Slack\\\\BlockKit\\\\Block\\\\Section\\\\PlainTextRenderer\" is private\\.$#"
count: 1
path: src/Slack/BlockKit/Block/Context/ContextRenderer.php