forked from contributte/datagrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphpstan.neon
45 lines (38 loc) · 1.37 KB
/
phpstan.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
includes:
- ./vendor/gamee/php-code-checker-rules/phpstan.neon
- ./vendor/phpstan/phpstan-nette/extension.neon
- ./vendor/phpstan/phpstan-nette/rules.neon
parameters:
ignoreErrors:
-
message: "#^Cannot call method filterData\\(\\) on Ublaboo\\\\DataGrid\\\\DataModel|null\\.$#"
count: 2
path: src/DataGrid.php
-
message: "#^Call to an undefined method Nette\\\\Bridges\\\\ApplicationLatte\\\\Template::add\\(\\)\\.$#"
count: 2
path: src/DataGrid.php
-
message: "#^Instanceof between Ublaboo\\\\DataGrid\\\\Filter\\\\Filter and Ublaboo\\\\DataGrid\\\\Filter\\\\FilterDateRange will always evaluate to false\\.$#"
count: 1
path: src/DataGrid.php
-
message: "#^Cannot access offset 'submit' on Nette\\\\ComponentModel\\\\IComponent\\.$#"
count: 3
path: src/DataGrid.php
-
message: "#^Class dibi referenced with incorrect case\\: Dibi\\.$#"
count: 1
path: src/DataModel.php
-
message: "#^Call to an undefined method Nextras\\\\Orm\\\\Collection\\\\ICollection\\:\\:getQueryBuilder\\(\\)\\.$#"
count: 2
path: src/DataSource/NextrasDataSource.php
-
message: "#^Class Dibi\\\\Drivers\\\\MsSqlDriver not found\\.$#"
count: 1
path: src/DataModel.php
-
message: "#^Instanceof between Dibi\\\\Result and Dibi\\\\Result will always evaluate to true\\.$#"
count: 1
path: src/DataSource/DibiFluentMssqlDataSource.php