php-codesniffer 3.9.2-1 source package in Ubuntu

Changelog

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

  [ jrfnl ]
  * Changelog for the 3.9.2 release

  [ David Prévot ]
  * Update repository source
  * Adjust package to composer source
  * Update copyright (years)
  * Update manpages
  * Adaptations for debci

 -- David Prévot <email address hidden>  Wed, 15 May 2024 22:01:56 +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
Oracular release universe web

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-codesniffer_3.9.2-1.dsc 1.7 KiB b85dee28e9eecd0b7369cdb82239f0ed0ea40e6f17ec131c39039d67089cb137
php-codesniffer_3.9.2.orig.tar.xz 626.3 KiB a87084d95aa218eded084875f3b257662ddbc5256ac2daf17bc4af141e38c867
php-codesniffer_3.9.2-1.debian.tar.xz 17.2 KiB 4c9a4534ebbf60b19b6a65d51ad0ab15d74cdc30031c5ed7ba5c7eb568bbe9b4

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.