Skip to content

Commit 1b6cff5

Browse files
ondrejmirtesuekann
authored andcommitted
More slimming down
1 parent 38a883d commit 1b6cff5

59 files changed

Lines changed: 1587 additions & 3427 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tests/PHPStan/Analyser/AnonymousClassNameRuleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ protected function getRule(): Rule
1616

1717
public function testRule(): void
1818
{
19-
$this->analyse([__DIR__ . '/data/anonymous-class-name.php'], [
19+
$this->analyse([__DIR__ . '/nsrt/anonymous-class-name.php'], [
2020
[
2121
'found',
22-
6,
22+
8,
2323
],
2424
]);
2525
}

0 commit comments

Comments
 (0)