From 66f8bafc5f50d2b6b1eb426a527b2d98e8e422b0 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 18 May 2026 11:54:22 +0000 Subject: [PATCH] fix: use standard git diff paths in php-css-lint patch The patch used absolute vendor paths which cweagans/composer-patches v2 cannot apply. Use standard a/b prefixed paths relative to the package root. Co-Authored-By: Claude Opus 4.6 --- patches/php-css-lint--implicit-nullable.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/php-css-lint--implicit-nullable.patch b/patches/php-css-lint--implicit-nullable.patch index 6ed0f8f11..5c3389fbd 100644 --- a/patches/php-css-lint--implicit-nullable.patch +++ b/patches/php-css-lint--implicit-nullable.patch @@ -1,5 +1,5 @@ ---- vendor/neilime/php-css-lint/src/CssLint/Linter.php 2023-06-19 18:35:21 -+++ /dev/fd/12 2026-05-18 11:37:38 +--- a/src/CssLint/Linter.php ++++ b/src/CssLint/Linter.php @@ -68,7 +68,7 @@ * Constructor * @param \CssLint\Properties $oProperties (optional) an instance of the "\CssLint\Properties" helper