Skip to content

Commit

Permalink
[Task]: Fixed php stan run (#97)
Browse files Browse the repository at this point in the history
* Fix/ignore PHPStan error

* Fix/ignore PHPStan error
  • Loading branch information
mcop1 authored Sep 13, 2022
1 parent 01b499e commit e58dd5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ parameters:
message: "#^Call to function is_array\\(\\) with Pimcore\\\\Config\\\\Config will always evaluate to false\\.$#"
count: 1
path: src/Services/PerspectiveAccessor.php
-
message: "#^Else branch is unreachable because previous condition is always true.$#"
count: 1
path: src/Services/PerspectiveAccessor.php

0 comments on commit e58dd5f

Please sign in to comment.