wallabag/phpstan-baseline.neon

77 lines
3.1 KiB
Plaintext
Raw Normal View History

2022-08-01 06:38:14 +00:00
parameters:
2024-01-02 07:35:31 +00:00
ignoreErrors:
-
2024-02-19 00:30:12 +00:00
message: "#^Method Wallabag\\\\Controller\\\\AnnotationController\\:\\:postAnnotationAction\\(\\) should return Symfony\\\\Component\\\\HttpFoundation\\\\JsonResponse but returns Symfony\\\\Component\\\\Form\\\\FormInterface\\<mixed\\>\\.$#"
2024-01-02 07:35:31 +00:00
count: 1
path: src/Controller/AnnotationController.php
2024-01-02 07:35:31 +00:00
-
2024-02-19 00:30:12 +00:00
message: "#^Method Wallabag\\\\Controller\\\\AnnotationController\\:\\:putAnnotationAction\\(\\) should return Symfony\\\\Component\\\\HttpFoundation\\\\JsonResponse but returns Symfony\\\\Component\\\\Form\\\\FormInterface\\<null\\>\\.$#"
2024-01-02 07:35:31 +00:00
count: 1
path: src/Controller/AnnotationController.php
2024-01-02 07:35:31 +00:00
-
2024-02-19 00:30:12 +00:00
message: "#^Call to an undefined method Wallabag\\\\Entity\\\\RuleInterface\\:\\:getConfig\\(\\)\\.$#"
2024-01-02 07:35:31 +00:00
count: 1
path: src/Controller/ConfigController.php
2024-01-02 07:35:31 +00:00
-
message: "#^Method FOS\\\\UserBundle\\\\Model\\\\UserManagerInterface\\:\\:updateUser\\(\\) invoked with 2 parameters, 1 required\\.$#"
count: 6
path: src/Controller/ConfigController.php
2024-01-02 07:35:31 +00:00
-
2024-02-19 00:30:12 +00:00
message: "#^Call to an undefined method Wallabag\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
2024-01-02 07:35:31 +00:00
count: 1
path: src/Controller/Import/BrowserController.php
2024-01-02 07:35:31 +00:00
2023-12-30 22:44:10 +00:00
-
2024-02-19 00:30:12 +00:00
message: "#^Call to an undefined method Wallabag\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
2023-12-30 22:44:10 +00:00
count: 1
path: src/Controller/Import/BrowserController.php
2023-12-30 22:44:10 +00:00
2024-01-02 07:35:31 +00:00
-
2024-02-19 00:30:12 +00:00
message: "#^Call to an undefined method Wallabag\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
2024-01-02 07:35:31 +00:00
count: 1
path: src/Controller/Import/HtmlController.php
2024-01-02 07:35:31 +00:00
-
2024-02-19 00:30:12 +00:00
message: "#^Call to an undefined method Wallabag\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
2024-01-02 07:35:31 +00:00
count: 1
path: src/Controller/Import/HtmlController.php
2024-01-02 07:35:31 +00:00
-
2024-02-19 00:30:12 +00:00
message: "#^Call to an undefined method Wallabag\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
2024-01-02 07:35:31 +00:00
count: 1
path: src/Controller/Import/WallabagController.php
2024-01-02 07:35:31 +00:00
-
2024-02-19 00:30:12 +00:00
message: "#^Call to an undefined method Wallabag\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
2024-01-02 07:35:31 +00:00
count: 1
path: src/Controller/Import/WallabagController.php
2024-01-02 07:35:31 +00:00
-
2023-12-31 11:25:57 +00:00
message: "#^Call to an undefined method Spiriit\\\\Bundle\\\\FormFilterBundle\\\\Filter\\\\Query\\\\QueryInterface\\:\\:getExpressionBuilder\\(\\)\\.$#"
2024-01-02 07:35:31 +00:00
count: 1
path: src/Event/Subscriber/CustomDoctrineORMSubscriber.php
2024-01-02 07:35:31 +00:00
-
2023-12-31 11:25:57 +00:00
message: "#^Call to an undefined method Spiriit\\\\Bundle\\\\FormFilterBundle\\\\Filter\\\\Query\\\\QueryInterface\\:\\:getExpr\\(\\)\\.$#"
count: 10
path: src/Form/Type/EntryFilterType.php
2023-12-31 11:25:57 +00:00
-
message: "#^Call to an undefined method Scheb\\\\TwoFactorBundle\\\\Model\\\\Email\\\\TwoFactorInterface\\:\\:getName\\(\\)\\.$#"
count: 2
path: src/Mailer/AuthCodeMailer.php
2023-12-31 11:25:57 +00:00
-
2024-02-19 00:30:12 +00:00
message: "#^PHPDoc type Symfony\\\\Component\\\\Mailer\\\\MailerInterface of property Wallabag\\\\Mailer\\\\UserMailer\\:\\:\\$mailer is not covariant with PHPDoc type Swift_Mailer of overridden property FOS\\\\UserBundle\\\\Mailer\\\\TwigSwiftMailer\\:\\:\\$mailer\\.$#"
2024-01-02 07:35:31 +00:00
count: 1
path: src/Mailer/UserMailer.php
2024-01-02 07:35:31 +00:00
-
message: "#^Call to an undefined method DOMNode\\:\\:getAttribute\\(\\)\\.$#"
count: 1
path: tests/Controller/FeedControllerTest.php