1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Update pkg-descr

Sponsored by:	Netzkommune GmbH
This commit is contained in:
Jochen Neumeister 2019-12-29 11:05:39 +00:00
parent c5877f4f19
commit 492252ea23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521267

View File

@ -1,7 +1,7 @@
PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP and
JavaScript code to detect violations of a defined coding standard. It
is an essential development tool that ensures your code remains clean
and consistent. It can also help prevent some common semantic errors
made by developers.
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.
WWW: https://pear.php.net/package/PHP_CodeSniffer