php-codesniffer 3.7.1-1 source package in Ubuntu

Changelog

php-codesniffer (3.7.1-1) unstable; urgency=medium

  [ Greg Sherwood ]
  * Prepare for 3.7.1 release

  [ David Prévot ]
  * Update Standards-Version to 4.6.1
  * Update expected output for tests

 -- David Prévot <email address hidden>  Sat, 18 Jun 2022 16:57:53 +0200

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 Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-codesniffer_3.7.1-1.dsc 1.8 KiB b86d60aeed0f96c696a73aee7e820d3bf087195b2ad5c130c4b47b521de5bd5c
php-codesniffer_3.7.1.orig.tar.gz 774.1 KiB c43020dc5b8b0e5b6ba34614c83c521f866460a07f35e1d218b06f4d95a563ed
php-codesniffer_3.7.1-1.debian.tar.xz 16.5 KiB 192f079c7663fa037cf08814b1f3b481890fd19d12155cfd4a41edecb29605c5

Available diffs

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.