Skip to content

Commit 988f31b

Browse files
add return type
1 parent 5c31521 commit 988f31b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/internal/Magento/Framework/Test/Unit/File/NameTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ class NameTest extends \PHPUnit\Framework\TestCase
3030
*/
3131
private $name;
3232

33-
protected function setUp()
33+
/**
34+
* @inheritDoc
35+
*/
36+
protected function setUp(): void
3437
{
3538
$this->name = new Name();
3639
$this->existingFilePath = __DIR__ . '/../_files/source.txt';

0 commit comments

Comments
 (0)