1
0
Fork 0
mirror of https://github.com/archtechx/gloss.git synced 2025-12-12 03:04:04 +00:00

Fix static analysis issue with string|array

This commit is contained in:
Samuel Štancl 2020-12-13 21:04:00 +01:00
parent d423a0bda7
commit 0ea1334dce
3 changed files with 21 additions and 5 deletions

View file

@ -29,9 +29,5 @@ parameters:
message: '#of function str_replace expects#'
paths:
- src/GlossTranslator.php
-
message: '#should return Lean\\Gloss\\GlossTranslator\|string\|void\|null but returns array\|string#'
paths:
- src/helpers.php
checkMissingIterableValueType: false