Skip to content

Commit 599e337

Browse files
author
Yuriy Tkachenko
committed
Change doc comment
1 parent 94cb288 commit 599e337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorWithThrowable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ConstructorWithThrowable extends \Magento\Framework\ObjectManager\TestAsse
1010
{
1111
public function __construct(Basic $one)
1212
{
13-
// Call parent constructor without parameters to generate TypeError
13+
// Call parent constructor without parameters to generate error
1414
parent::__construct();
1515
}
1616
}

0 commit comments

Comments
 (0)