Skip to content

Commit

Permalink
Merge pull request #379 from Arhell/upd
Browse files Browse the repository at this point in the history
update cake folder link (v5)
  • Loading branch information
markstory committed Mar 27, 2023
2 parents f281e3e + 7605543 commit 00a0d22
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CakePHP/Sniffs/Commenting/DocBlockAlignmentSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 1.0.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace CakePHP\Sniffs\Commenting;
Expand Down
4 changes: 2 additions & 2 deletions CakePHP/Sniffs/Commenting/FunctionCommentSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 0.1.24
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace CakePHP\Sniffs\Commenting;

Expand All @@ -34,7 +34,7 @@
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
* @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
* @version Release: @package_version@
* @link http://pear.php.net/package/PHP_CodeSniffer
* @link https://pear.php.net/package/PHP_CodeSniffer
*/
class FunctionCommentSniff implements Sniff
{
Expand Down
2 changes: 1 addition & 1 deletion CakePHP/Sniffs/Commenting/InheritDocSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 4.1.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace CakePHP\Sniffs\Commenting;
Expand Down
2 changes: 1 addition & 1 deletion CakePHP/Sniffs/Commenting/TypeHintSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 5.0.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace CakePHP\Sniffs\Commenting;

Expand Down
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 0.1.14
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

/**
Expand Down
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 0.1.14
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace CakePHP\Sniffs\ControlStructures;
Expand Down
2 changes: 1 addition & 1 deletion CakePHP/Sniffs/ControlStructures/WhileStructuresSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 0.1.14
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace CakePHP\Sniffs\ControlStructures;
Expand Down
4 changes: 2 additions & 2 deletions CakePHP/Sniffs/Formatting/BlankLineBeforeReturnSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 2.1.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace CakePHP\Sniffs\Formatting;
Expand All @@ -22,7 +22,7 @@
* Throws errors if there's no blank line before return statements.
*
* @author Authors <Symfony2-coding-standard@escapestudios.github.com>
* @license http://spdx.org/licenses/MIT MIT License
* @license https://spdx.org/licenses/MIT MIT License
* @link https://github.com/escapestudios/Symfony2-coding-standard
*/
class BlankLineBeforeReturnSniff implements Sniff
Expand Down
2 changes: 1 addition & 1 deletion CakePHP/Sniffs/Functions/ClosureDeclarationSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 0.1.28
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/
namespace CakePHP\Sniffs\Functions;

Expand Down
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 0.1.1
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CakePHP/Sniffs/NamingConventions/ValidTraitNameSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 0.1.10
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CakePHP/Sniffs/PHP/DisallowShortOpenTagSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 0.1.14
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace CakePHP\Sniffs\PHP;
Expand Down
4 changes: 2 additions & 2 deletions CakePHP/Sniffs/WhiteSpace/EmptyLinesSniff.php
Expand Up @@ -10,14 +10,14 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 2.4.0
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

/**
* Ensures that not more than one blank line occurs
*
* @author Mark Scherer
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

namespace CakePHP\Sniffs\WhiteSpace;
Expand Down
2 changes: 1 addition & 1 deletion CakePHP/Sniffs/WhiteSpace/FunctionCallSpacingSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 0.1.12
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion CakePHP/Sniffs/WhiteSpace/TabAndSpaceSniff.php
Expand Up @@ -10,7 +10,7 @@
* @copyright Copyright (c) Cake Software Foundation, Inc. (https://cakefoundation.org)
* @link https://github.com/cakephp/cakephp-codesniffer
* @since CakePHP CodeSniffer 0.1.11
* @license http://www.opensource.org/licenses/mit-license.php MIT License
* @license https://www.opensource.org/licenses/mit-license.php MIT License
*/

/**
Expand Down

0 comments on commit 00a0d22

Please sign in to comment.