Skip to content

Commit

Permalink
Update phpstan.neon.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Aug 17, 2024
1 parent 63590c0 commit 52686ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ parameters:
ignoreErrors:
- '#Unsafe usage of new static#'
- '#Call to an undefined method [a-zA-Z0-9\\_]+::wireModel\(\)#'
- '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getTitle()#'
- '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getDescription()#'
- '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getRobots()#'
- '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getTitle()\(\)#'
- '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getDescription()\(\)#'
- '#Call to an undefined method Foxws\\WireUse\\Views\\Support\\Page::getRobots()\(\)#'

0 comments on commit 52686ec

Please sign in to comment.