Skip to content

Commit a947cc7

Browse files
committed
Optimize: Code clean up
1 parent bbf90b5 commit a947cc7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"symfony/polyfill-mbstring": "^1"
3434
},
3535
"require-dev": {
36-
"phpunit/phpunit": "^8 || ^9",
36+
"phpunit/phpunit": "^8 || ^9 || ^10",
3737
"squizlabs/php_codesniffer": "*",
3838
"phpmd/phpmd": "2.*",
3939
"jblond/php-cli": "^1.0",

tests/Diff/Renderer/Text/TextRenderersTest.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@ class TextRenderersTest extends TestCase
3232
/**
3333
* TextRenderersTest constructor.
3434
*
35-
* @param null $name
36-
* @param array $data
37-
* @param string $dataName
35+
* @param ?string $name
36+
* @param array $data
37+
* @param string $dataName
3838
*/
39-
public function __construct($name = null, array $data = [], $dataName = '')
39+
public function __construct($name = null, array $data = [], string $dataName = '')
4040
{
41-
//$this->genOutputFiles = true;
4241
parent::__construct($name, $data, $dataName);
4342
}
4443

0 commit comments

Comments
 (0)