Skip to content

Commit

Permalink
Be nice to the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsunet committed Aug 20, 2024
1 parent 5362768 commit 1425bcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Neos.Neos/Classes/ViewHelpers/Node/LabelViewHelper.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace Neos\Neos\ViewHelpers\Node;

use Neos\ContentRepository\Core\Projection\ContentGraph\Node;
Expand All @@ -7,7 +8,7 @@
use Neos\Neos\Domain\NodeLabel\NodeLabelGeneratorInterface;

/**
*
* Viewhelper to render a label for a given Node
*/
class LabelViewHelper extends AbstractViewHelper
{
Expand Down

0 comments on commit 1425bcf

Please sign in to comment.