From d1e6ba2d0b478ca19f1e7fc2ae5bd5b38faaf2dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9gory=20Planchat?= <gregory@kiboko.fr>
Date: Tue, 14 Nov 2023 14:33:24 +0100
Subject: [PATCH] Fixing PHPStan level 4 issues

---
 .github/workflows/quality.yaml | 2 +-
 README.md                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml
index ad20fd5..81521af 100644
--- a/.github/workflows/quality.yaml
+++ b/.github/workflows/quality.yaml
@@ -1,4 +1,4 @@
-name: Quality (PHPStan level 3)
+name: Quality (PHPStan level 4)
 on: push
 jobs:
   cs-fixer:
diff --git a/README.md b/README.md
index 0a2c286..d28acef 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ This package brings an implementation for the pipeline component, aimed at provi
 with logging, line rejections and execution states.
 
 
-[![Quality](https://github.com/php-etl/pipeline/actions/workflows/quality.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/quality.yaml)
+[![Quality (PHPStan level 4)](https://github.com/php-etl/pipeline/actions/workflows/quality.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/quality.yaml)
 [![PHPUnit](https://github.com/php-etl/pipeline/actions/workflows/phpunit.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/phpunit.yaml)
 [![Mutations](https://github.com/php-etl/pipeline/actions/workflows/infection.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/infection.yaml)
 [![PHPStan level 5](https://github.com/php-etl/pipeline/actions/workflows/phpstan-5.yaml/badge.svg)](https://github.com/php-etl/pipeline/actions/workflows/phpstan-5.yaml)