Files
wallabag/phpstan-baseline.neon

67 lines
2.7 KiB
Plaintext
Raw Normal View History

2022-08-01 07:38:14 +01:00
parameters:
2022-11-23 15:51:33 +01:00
ignoreErrors:
-
message: "#^Call to an undefined method App\\\\Entity\\\\RuleInterface\\:\\:getConfig\\(\\)\\.$#"
2022-11-23 15:51:33 +01:00
count: 1
path: src/Controller/ConfigController.php
2022-11-23 15:51:33 +01:00
-
message: "#^Call to an undefined method Lexik\\\\Bundle\\\\FormFilterBundle\\\\Filter\\\\Query\\\\QueryInterface\\:\\:getExpressionBuilder\\(\\)\\.$#"
count: 1
path: src/Event/Subscriber/CustomDoctrineORMSubscriber.php
2022-11-23 15:51:33 +01:00
-
message: "#^Call to an undefined method Lexik\\\\Bundle\\\\FormFilterBundle\\\\Filter\\\\Query\\\\QueryInterface\\:\\:getExpr\\(\\)\\.$#"
count: 10
path: src/Form/Type/EntryFilterType.php
2022-11-23 15:51:33 +01:00
-
message: "#^Call to an undefined method App\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
2022-11-23 15:51:33 +01:00
count: 1
path: src/Controller/Import/BrowserController.php
2022-11-23 15:51:33 +01:00
-
message: "#^Call to an undefined method App\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
2022-11-23 15:51:33 +01:00
count: 1
path: src/Controller/Import/BrowserController.php
2022-11-23 15:51:33 +01:00
-
message: "#^Call to an undefined method App\\\\Import\\\\ImportInterface\\:\\:setFilepath\\(\\)\\.$#"
2022-11-23 15:51:33 +01:00
count: 1
path: src/Controller/Import/WallabagController.php
2022-11-23 15:51:33 +01:00
-
message: "#^Call to an undefined method App\\\\Import\\\\ImportInterface\\:\\:setUser\\(\\)\\.$#"
2022-11-23 15:51:33 +01:00
count: 1
path: src/Controller/Import/WallabagController.php
2022-11-23 15:51:33 +01:00
-
message: "#^Call to an undefined method Scheb\\\\TwoFactorBundle\\\\Model\\\\Email\\\\TwoFactorInterface\\:\\:getName\\(\\)\\.$#"
count: 2
path: src/Mailer/AuthCodeMailer.php
2022-11-23 15:51:33 +01:00
-
message: "#^Call to an undefined method DOMNode\\:\\:getAttribute\\(\\)\\.$#"
count: 1
path: tests/Controller/FeedControllerTest.php
2022-11-23 15:51:33 +01:00
-
message: "#^Call to method generate\\(\\) on an unknown class PHPUnit_Framework_MockObject_MockObject\\.$#"
count: 2
path: tests/Helper/RedirectTest.php
2022-11-23 15:51:33 +01:00
-
message: "#^Property App\\\\Tests\\\\Helper\\\\RedirectTest\\:\\:\\$routerMock has unknown class PHPUnit_Framework_MockObject_MockObject as its type\\.$#"
2022-11-23 15:51:33 +01:00
count: 1
path: tests/Helper/RedirectTest.php
-
message: "#^Method Symfony\\\\Contracts\\\\EventDispatcher\\\\EventDispatcherInterface\\:\\:dispatch()#"
count: 15
path: src/*
-
message: "#^Method FOS\\\\UserBundle\\\\Model\\\\UserManagerInterface\\:\\:updateUser()#"
count: 7
path: src/Controller/ConfigController.php