Skip to content

Commit 0f91581

Browse files
committed
Issue Increase PHPstan to 6 , then 7, then 8 , then 9
Signed-off-by: horea <horea@rospace.com>
1 parent 256c73f commit 0f91581

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ Documentation is available at: https://docs.dotkernel.org/light-documentation/
2222
[![Continuous Integration](https://github.com/dotkernel/light/actions/workflows/continuous-integration.yml/badge.svg?branch=1.0)](https://github.com/dotkernel/light/actions/workflows/continuous-integration.yml)
2323
[![codecov](https://codecov.io/gh/dotkernel/light/graph/badge.svg?token=UpVJ5ELvfZ)](https://codecov.io/gh/dotkernel/light)
2424
[![Qodana](https://github.com/dotkernel/light/actions/workflows/qodana_code_quality.yml/badge.svg)](https://github.com/dotkernel/light/actions/workflows/qodana_code_quality.yml)
25+
2526
[![PHPStan](https://github.com/dotkernel/light/actions/workflows/static-analysis.yml/badge.svg?branch=1.0)](https://github.com/dotkernel/light/actions/workflows/static-analysis.yml)
27+
![PHPstan Level](https://img.shields.io/badge/PHPStan-level%208-brightgreen)
2628

2729
## Installing Dotkernel `light`
2830

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
includes:
22
- vendor/phpstan/phpstan-phpunit/extension.neon
33
parameters:
4-
level: 6
4+
level: 8
55
paths:
66
- bin
77
- config

0 commit comments

Comments
 (0)