We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73711c commit 24633c3Copy full SHA for 24633c3
composer.json
@@ -22,7 +22,7 @@
22
"php": ">=7.2.9"
23
},
24
"require-dev": {
25
- "mediawiki/mediawiki-codesniffer": "36.0.0",
+ "mediawiki/mediawiki-codesniffer": "37.0.0",
26
"mediawiki/minus-x": "1.1.1",
27
"ockcyp/covers-validator": "1.3.3",
28
"php-parallel-lint/php-console-highlighter": "0.5.0",
tests/TextCatTest.php
@@ -7,7 +7,7 @@ class TextCatTest extends PHPUnit\Framework\TestCase {
7
*/
8
protected $cat;
9
10
- public function setUp() : void {
+ public function setUp(): void {
11
// initialize testcat with a string
12
$this->testcat = new TextCat( __DIR__ . "/data/Models" );
13
0 commit comments