Skip to content

Commit 82d2236

Browse files
committed
Test everything with bleeding edge
1 parent a24fac7 commit 82d2236

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ includes:
44
- vendor/phpstan/phpstan-strict-rules/rules.neon
55
- vendor/phpstan/phpstan-phpunit/extension.neon
66
- vendor/phpstan/phpstan-phpunit/rules.neon
7+
- vendor/phpstan/phpstan/conf/bleedingEdge.neon
78

89
parameters:
910
excludes_analyse:

tests/DoctrineIntegration/ODM/phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
includes:
22
- ../../../extension.neon
3+
- ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon
34

45
parameters:
56
doctrine:

tests/DoctrineIntegration/ORM/data/customRepositoryUsage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ public function get(int $id): MyEntity
8888

8989
public function findOneByBlabla(): int
9090
{
91-
91+
return 1;
9292
}
9393
}

tests/DoctrineIntegration/ORM/phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
includes:
22
- ../../../extension.neon
33
- ../../../rules.neon
4+
- ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon
45

56
parameters:
67
doctrine:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
includes:
22
- ../../../extension.neon
3+
- ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon

0 commit comments

Comments
 (0)