Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit c865036

Browse files
committed
Merge pull request #155 from peterkokot/patch-typo
stdClass typo
2 parents 74b074c + 8aef8fa commit c865036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/Model/MenuNodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function setUp()
2121
$c1->setLabel('Child 1');
2222
$c2 = new MenuNode;
2323
$c2->setLabel('Child 2');
24-
$this->content = new \StdClass;
24+
$this->content = new \stdClass;
2525
$this->parentNode = new MenuNode;
2626
$this->node = new MenuNode;
2727
$this->node->setId('/foo/bar')

0 commit comments

Comments
 (0)