php-codesniffer 2.5.1-1ubuntu4 source package in Ubuntu

Changelog

php-codesniffer (2.5.1-1ubuntu4) xenial; urgency=medium

  * Add dependency on php-xml, required due to split of this extension into
    its own package.

 -- Steve Langasek <email address hidden>  Sun, 28 Feb 2016 22:20:20 -0800

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
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.1.orig.tar.gz 473.4 KiB 9de1a12f2d184bd1846a6f756f7507b16722538c88c9dd66912915f498a3f330
php-codesniffer_2.5.1-1ubuntu4.debian.tar.xz 10.8 KiB 93ead3a4a5d98142f9f355964940e8c7ad78dbd78faa83d9b6d52924962d9f79
php-codesniffer_2.5.1-1ubuntu4.dsc 2.2 KiB de835822ce471b5d1b80624dd6d6792f800a94e077b8b53768e59ec38f483171

View changes file

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.