php-codesniffer 3.6.1-1 source package in Ubuntu

Changelog

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

  [ Greg Sherwood ]
  * Prepare for 3.6.1 release

  [ Scott Dutton ]
  * Normalise License file

  [ David Prévot ]
  * Update copyright
  * Fix test

 -- David Prévot <email address hidden>  Thu, 14 Oct 2021 08:07:45 -0400

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-codesniffer_3.6.1-1.dsc 1.8 KiB d14d66fcde757f0bcc0f857ba95a31aae8a5109da391114fd19f46b752cd618d
php-codesniffer_3.6.1.orig.tar.gz 755.1 KiB 170229a7ff5bfcfb00df7b75afff02e84cfd246578a9762ccbbfcf413bef7dbd
php-codesniffer_3.6.1-1.debian.tar.xz 16.0 KiB aeef87ce503a912b96898846eed5b542ca37a8ff9391644c72f8b0d5ae5e034f

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.