fixed phpstan baseline

This commit is contained in:
Dylan K. Taylor 2020-10-04 19:12:04 +01:00
parent 7f9c4355f0
commit 6fb45de405

View File

@ -3,7 +3,7 @@ parameters:
- -
message: "#^Instanceof between pocketmine\\\\block\\\\utils\\\\BannerPattern and pocketmine\\\\block\\\\utils\\\\BannerPattern will always evaluate to true\\.$#" message: "#^Instanceof between pocketmine\\\\block\\\\utils\\\\BannerPattern and pocketmine\\\\block\\\\utils\\\\BannerPattern will always evaluate to true\\.$#"
count: 1 count: 1
path: ../../../src/block/Banner.php path: ../../../src/block/BaseBanner.php
- -
message: "#^Call to function assert\\(\\) with bool will always evaluate to true\\.$#" message: "#^Call to function assert\\(\\) with bool will always evaluate to true\\.$#"