diff --git a/pint.json b/pint.json index eef5a35..c7c9e41 100644 --- a/pint.json +++ b/pint.json @@ -4,6 +4,7 @@ "Laravel/laravel_phpdoc_separation": false, "concat_space": { "spacing": "one" - } + }, + "declare_strict_types": true } } diff --git a/src/Events/PipePassed.php b/src/Events/PipePassed.php index f4a9df1..62ec7d8 100644 --- a/src/Events/PipePassed.php +++ b/src/Events/PipePassed.php @@ -1,5 +1,7 @@