Skip to content

fix: use standard git diff paths in php-css-lint patch#64

Closed
jjroelofs wants to merge 1 commit into
1.xfrom
fix/php-css-lint-patch-path
Closed

fix: use standard git diff paths in php-css-lint patch#64
jjroelofs wants to merge 1 commit into
1.xfrom
fix/php-css-lint-patch-path

Conversation

@jjroelofs

Copy link
Copy Markdown
Contributor

Summary

  • The php-css-lint implicit-nullable patch used absolute vendor/ paths which cweagans/composer-patches v2 cannot apply from the package root
  • Changed to standard a//b/ prefixed paths relative to the package root (src/CssLint/Linter.php)

Test plan

  • Run composer install in a fresh clone and verify the patch applies without error

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
@jjroelofs

Copy link
Copy Markdown
Contributor Author

Fixed directly on 1.x in commit 6689994.

@jjroelofs jjroelofs closed this May 18, 2026
@jjroelofs jjroelofs deleted the fix/php-css-lint-patch-path branch May 18, 2026 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant