Skip to content

Commit

Permalink
UHF-9195: Fix use of dynamic property
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrsky committed Nov 7, 2023
1 parent dbbc6f6 commit 5bea776
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/src/Functional/CustomMetatagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
*/
class CustomMetatagTest extends BrowserTestBase {

/**
* @var \Drupal\node\NodeInterface
*/
private $node;

/**
* {@inheritdoc}
*/
Expand Down

0 comments on commit 5bea776

Please sign in to comment.