php-codesniffer 2.5.0-1 source package in Ubuntu

Changelog

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

  [ Greg Sherwood ]
  * Prepare for 2.5.0 release

  [ John Maguire ]
  * Add bootstrap file option

  [ David Prévot ]
  * Update manpages

 -- David Prévot <email address hidden>  Sun, 13 Dec 2015 11:18:33 -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

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-codesniffer_2.5.0-1.dsc 1.7 KiB 8b90b6b6bd08bf6de5886ee743b7b0e4586c4fe9fcea6a2e524141e96a24cc41
php-codesniffer_2.5.0.orig.tar.gz 468.9 KiB 185d8bb66bf2397199711ad412071aea717a93e9b4098313a54258fcd6e811db
php-codesniffer_2.5.0-1.debian.tar.xz 9.6 KiB 38c9d1851da7efe17eb7236bc369aac04a6b0c7f0b5dfde013ebf31ea4334b83

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.