From 360fc2b8473291aaae73373eef1376a586b8afd1 Mon Sep 17 00:00:00 2001 From: Jake Hotson Date: Sun, 4 Jan 2026 19:08:56 +0000 Subject: [PATCH] [TASK] Add PHP_Codesniffer to CI checks --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b35ea69f..72f25f4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,6 +105,7 @@ jobs: command: - composer:normalize - php:fixer + - php:codesniffer - php:stan - php:rector php-version: