core/lib/Drupal/Core/Asset/AttachedAssets.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/lib/Drupal/Core/Asset/AttachedAssets.php b/core/lib/Drupal/Core/Asset/AttachedAssets.php index 7562f7c..d94618e 100644 --- a/core/lib/Drupal/Core/Asset/AttachedAssets.php +++ b/core/lib/Drupal/Core/Asset/AttachedAssets.php @@ -73,6 +73,9 @@ public function setSettings(array $settings) { return $this; } + /** + * {@inheritdoc} + */ public function getSettings() { return $this->settings; }