-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from PHPCSStandards/feature/more-pear-cleanup
More clean up after removal of PEAR installation support
- Loading branch information
Showing
5 changed files
with
3 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ REM @author Greg Sherwood <[email protected]> | |
REM @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600) | ||
REM @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence | ||
|
||
if "%PHP_PEAR_PHP_BIN%" neq "" ( | ||
set PHPBIN=%PHP_PEAR_PHP_BIN% | ||
) else set PHPBIN=php | ||
set PHPBIN=php | ||
|
||
"%PHPBIN%" "%~dp0\phpcbf" %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,6 @@ REM @author Greg Sherwood <[email protected]> | |
REM @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600) | ||
REM @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence | ||
|
||
if "%PHP_PEAR_PHP_BIN%" neq "" ( | ||
set PHPBIN=%PHP_PEAR_PHP_BIN% | ||
) else set PHPBIN=php | ||
set PHPBIN=php | ||
|
||
"%PHPBIN%" "%~dp0\phpcs" %* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,6 @@ | |
* @author Greg Sherwood <[email protected]> | ||
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600) | ||
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence | ||
* @link http://pear.php.net/package/PHP_CodeSniffer | ||
*/ | ||
|
||
use PHP_CodeSniffer\Config; | ||
|