Config: improve config loading and parsing error handling

closes #4654
closes #3454
This commit is contained in:
Dylan K. Taylor
2021-12-19 16:49:54 +00:00
parent 44e8603a6d
commit 65dabefa3b
5 changed files with 66 additions and 14 deletions

View File

@ -35,6 +35,11 @@ parameters:
count: 1
path: ../../../src/plugin/ScriptPluginLoader.php
-
message: "#^Dead catch \\- JsonException is never thrown in the try block\\.$#"
count: 1
path: ../../../src/utils/Config.php
-
message: "#^Strict comparison using \\=\\=\\= between string and false will always evaluate to false\\.$#"
count: 1