From 53972694aefb89dc99a9d30f100431a126830984 Mon Sep 17 00:00:00 2001 From: till Date: Tue, 27 May 2008 21:53:50 +0000 Subject: * fixed license links and minor thinks git-svn-id: https://svn.roundcube.net/trunk@1441 208e9e7b-5314-0410-a742-e7e81cd9613c --- .../Sniffs/ControlStructures/ControlSignatureSniff.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tools/PHP_CodeSniffer/CodeSniffer/Standards/RoundCube/Sniffs/ControlStructures/ControlSignatureSniff.php') diff --git a/tools/PHP_CodeSniffer/CodeSniffer/Standards/RoundCube/Sniffs/ControlStructures/ControlSignatureSniff.php b/tools/PHP_CodeSniffer/CodeSniffer/Standards/RoundCube/Sniffs/ControlStructures/ControlSignatureSniff.php index c23a998f6..b458a5dac 100644 --- a/tools/PHP_CodeSniffer/CodeSniffer/Standards/RoundCube/Sniffs/ControlStructures/ControlSignatureSniff.php +++ b/tools/PHP_CodeSniffer/CodeSniffer/Standards/RoundCube/Sniffs/ControlStructures/ControlSignatureSniff.php @@ -9,7 +9,7 @@ * @author Greg Sherwood * @author Marc McIntyre * @copyright 2006 Squiz Pty Ltd (ABN 77 084 670 600) - * @license http://matrix.squiz.net/developer/tools/php_cs/licence BSD Licence + * @license http://www.opensource.org/licenses/bsd-license.php BSD License * @version CVS: $Id: $ * @link http://pear.php.net/package/PHP_CodeSniffer */ @@ -26,7 +26,7 @@ if (class_exists('PHP_CodeSniffer_Standards_AbstractPatternSniff', true) === fal * @author Greg Sherwood * @author Marc McIntyre * @copyright 2006 Squiz Pty Ltd (ABN 77 084 670 600) - * @license http://matrix.squiz.net/developer/tools/php_cs/licence BSD Licence + * @license http://www.opensource.org/licenses/bsd-license.php BSD License * @version Release: @package_version@ * @link http://pear.php.net/package/PHP_CodeSniffer */ @@ -57,9 +57,9 @@ class RoundCube_Sniffs_ControlStructures_ControlSignatureSniff extends PHP_CodeS 'for (...) {EOL', 'if (...) {EOL', 'foreach (...) {EOL', - '}EOL else if (...) {EOL', - '}EOL elseif (...) {EOL', - '}EOL else {EOL', + '}EOLelse if (...) {EOL', + '}EOLelseif (...) {EOL', + '}EOLelse {EOL', 'do {EOL', ); -- cgit v1.2.3