diff vendor/squizlabs/php_codesniffer/scripts/phpcs.bat @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/squizlabs/php_codesniffer/scripts/phpcs.bat	Wed Nov 29 16:09:58 2017 +0000
@@ -0,0 +1,21 @@
+@echo off
+REM PHP_CodeSniffer tokenizes PHP code and detects violations of a
+REM defined set of coding standards.
+REM 
+REM PHP version 5
+REM 
+REM @category  PHP
+REM @package   PHP_CodeSniffer
+REM @author    Greg Sherwood <gsherwood@squiz.net>
+REM @author    Marc McIntyre <mmcintyre@squiz.net>
+REM @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
+REM @license   https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
+REM @link      http://pear.php.net/package/PHP_CodeSniffer
+
+if "%PHPBIN%" == "" set PHPBIN=@php_bin@
+if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
+GOTO RUN
+:USE_PEAR_PATH
+set PHPBIN=%PHP_PEAR_PHP_BIN%
+:RUN
+"%PHPBIN%" "@bin_dir@\phpcs" %*
\ No newline at end of file