Skip to content

Commit 0b4da8d

Browse files
committed
Merge PR #1525 from @zonky2
Fix list of attributes in MM List as CE and Module
2 parents 6925296 + 2111fe2 commit 0b4da8d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/CoreBundle/Contao/Hooks/AbstractContentElementAndModuleCallback.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public function editRenderSettingButton(DC_Table $dataContainer)
250250
*
251251
* @param DC_Table $objDc The data container calling this method.
252252
*
253-
* @return string[] array of all attributes as colName => human name
253+
* @return array<string, array<string, string>> array of all attributes as colName => human name
254254
*
255255
* @SuppressWarnings(PHPMD.Superglobals)
256256
* @SuppressWarnings(PHPMD.CamelCaseVariableName)

src/MetaModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ class MetaModel implements IMetaModel
7979
/**
8080
* The service container.
8181
*
82+
* @psalm-suppress DeprecatedInterface
8283
* @var \Closure|IMetaModelsServiceContainer|null
8384
*
8485
* @psalm-suppress DeprecatedInterface

0 commit comments

Comments
 (0)