php-codesniffer 3.7.1-2 source package in Ubuntu
Changelog
php-codesniffer (3.7.1-2) unstable; urgency=medium * Drop test data set failing as-is with PHP 8.2 (Closes: #1023381) * Update standards version to 4.6.2, no changes needed. -- David Prévot <email address hidden> Tue, 10 Jan 2023 11:53:13 +0100
Upload details
- Uploaded by:
- Debian PHP PEAR Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian PHP PEAR Maintainers
- Architectures:
- all
- Section:
- php
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | web | |
Lunar | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php-codesniffer_3.7.1-2.dsc | 1.8 KiB | 679803be7299848551e1598da765c5c66b37a6a0fdd87c06accdf17b98ff504f |
php-codesniffer_3.7.1.orig.tar.gz | 774.1 KiB | c43020dc5b8b0e5b6ba34614c83c521f866460a07f35e1d218b06f4d95a563ed |
php-codesniffer_3.7.1-2.debian.tar.xz | 16.9 KiB | 41ecf72fe8e322aef3e3b59426cd8241ddd021b96717f01100449337ac801649 |
Available diffs
- diff from 3.7.1-1 to 3.7.1-2 (1.2 KiB)
No changes file available.
Binary packages built by this source
- php-codesniffer: PHP, CSS and JavaScript coding standard analyzer and checker
PHP_CodeSniffer is a set of two PHP scripts; the main phpcs script that
tokenizes PHP, JavaScript and CSS files to detect violations of a defined
coding standard, and a second phpcbf script to automatically correct coding
standard violations. PHP_CodeSniffer is an essential development tool that
ensures your code remains clean and consistent.