Skip to content

Commit 2cec790

Browse files
committed
Fixed build
1 parent 158cc1e commit 2cec790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Rule/Nette/DoNotExtendNetteObjectRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ public function testNetteObjectChild(): void
2323
self::markTestSkipped('PHP 7.2 is incompatible with Nette\Object.');
2424
}
2525

26-
$this->analyse([__DIR__ . '/../../data/NetteObjectChild.php'], [
26+
$this->analyse([__DIR__ . '/../../NetteObjectChild.php'], [
2727
[
2828
'Class PHPStan\NetteObjectChild extends Nette\Object - it\'s better to use Nette\SmartObject trait.',
29-
4,
29+
5,
3030
],
3131
]);
3232
}

0 commit comments

Comments
 (0)