Skip to content

Commit 1648b3d

Browse files
committed
Fixed build
1 parent 7232c17 commit 1648b3d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "~7.1",
10-
"phpstan/phpstan": "^0.12.6"
10+
"phpstan/phpstan": "^0.12.20"
1111
},
1212
"conflict": {
1313
"phpunit/phpunit": "<7.0"

tests/Rules/PHPUnit/AssertSameMethodDifferentTypesRuleTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ public function testRule(): void
5959
'Call to method PHPUnit\Framework\Assert::assertSame() with 1 and 1 will always evaluate to true.',
6060
44,
6161
],
62-
[
63-
'Call to method PHPUnit\Framework\Assert::assertSame() with array(\'a\') and array(\'a\', \'b\') will always evaluate to false.',
64-
45,
65-
],
6662
[
6763
'Call to method PHPUnit\Framework\Assert::assertSame() with \'1\' and \'1\' will always evaluate to true.',
6864
46,
@@ -71,10 +67,6 @@ public function testRule(): void
7167
'Call to method PHPUnit\Framework\Assert::assertSame() with \'1\' and \'2\' will always evaluate to false.',
7268
47,
7369
],
74-
[
75-
'Call to method PHPUnit\Framework\Assert::assertSame() with array(\'a\') and array(\'a\', 1) will always evaluate to false.',
76-
51,
77-
],
7870
[
7971
'Call to method PHPUnit\Framework\Assert::assertSame() with array(\'a\', 2, 3.0) and array(\'a\', 1) will always evaluate to false.',
8072
52,

0 commit comments

Comments
 (0)