Skip to content

Commit

Permalink
Phpstan: ignore doctrine error
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Sep 13, 2022
1 parent 4159fad commit 9d80eee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan.neon
Expand Up @@ -49,3 +49,7 @@ parameters:
message: "#^Cannot call method filterRow\\(\\) on Ublaboo\\\\DataGrid\\\\DataModel\\|null\\.$#"
count: 1
path: src/DataGrid.php
-
message: "#^Parameter \\#1 \\$x of method Doctrine\\\\ORM\\\\Query\\\\Expr\\:\\:like\\(\\) expects string, Doctrine\\\\ORM\\\\Query\\\\Expr\\\\Func given\\.$#"
count: 1
path: src/DataSource/DoctrineDataSource.php

0 comments on commit 9d80eee

Please sign in to comment.