mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
ignore PHPStan error in deprecated code
This commit is contained in:
parent
a63babc658
commit
2dfd7c83cf
1 changed files with 1 additions and 0 deletions
|
@ -257,6 +257,7 @@ class ConfigFileManager
|
|||
|
||||
// map the legacy configuration structure to the current structure
|
||||
foreach ($htConfigCategories as $htConfigCategory) {
|
||||
/** @phpstan-ignore-next-line $a->config could be modified after `include $fullName` */
|
||||
if (is_array($a->config[$htConfigCategory])) {
|
||||
$keys = array_keys($a->config[$htConfigCategory]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue