diff options
author | catch <6915-catch@users.noreply.drupalcode.org> | 2024-08-30 17:00:33 +0900 |
---|---|---|
committer | catch <6915-catch@users.noreply.drupalcode.org> | 2024-08-30 17:00:33 +0900 |
commit | a7180bf1fa3582a8000445e6babf818222049d5d (patch) | |
tree | d2f5abb264e8336c553869b299f3958cdc33e003 /core/modules/responsive_image | |
parent | ca51d6e99c2f0cfa088d9da2f1a47dd4e3555fa6 (diff) | |
download | drupal-a7180bf1fa3582a8000445e6babf818222049d5d.tar.gz drupal-a7180bf1fa3582a8000445e6babf818222049d5d.zip |
Issue #3467405 by quietone, smustgrave: Missing @var annotation for properties that provide default values
Diffstat (limited to 'core/modules/responsive_image')
-rw-r--r-- | core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php b/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php index 0fc468107c7..3ceabe1a387 100644 --- a/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php +++ b/core/modules/responsive_image/tests/src/Functional/ViewsIntegrationTest.php @@ -43,6 +43,8 @@ class ViewsIntegrationTest extends ViewTestBase { /** * The test views to enable. + * + * @var string[] */ public static $testViews = ['entity_test_row']; |