From 0b591b5c44daea00692353712d0de3e71a97892a Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Mon, 23 Oct 2023 06:53:50 +0200 Subject: [PATCH] Use PHP-CS since PER will be deprecated --- .php-cs-fixer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 7cc7ec3d..1df907de 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -28,7 +28,7 @@ return $config ->setRules([ - '@PER' => true, + '@PER-CS' => true, 'declare_strict_types' => true, 'header_comment' => [ 'comment_type' => 'PHPDoc',