Skip to content

Commit c73d27b

Browse files
committed
Update config for PHPStan
1 parent bc95932 commit c73d27b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Component/TicketFeatures.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(array $features, $messageClass)
3636
/**
3737
* Check if feature exists or whether enabled.
3838
*
39-
* @param $feature
39+
* @param string $feature
4040
*
4141
* @return bool|null
4242
*/

phpstan.neon.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
parameters:
2-
level: 0
2+
level: 1
33
paths:
44
- .
55
excludes_analyse:
66
- vendor/
7+
- Tests/
78
ignoreErrors:
89
- '#.* (class|type) Vich\\UploaderBundle\\.*#'

0 commit comments

Comments
 (0)