File tree Expand file tree Collapse file tree 14 files changed +58
-80
lines changed Expand file tree Collapse file tree 14 files changed +58
-80
lines changed Original file line number Diff line number Diff line change 2
2
/**
3
3
* Squiz_Sniffs_Classes_ClassFileNameSniff.
4
4
*
5
- * PHP version 5
6
- *
7
- * @category PHP
8
- * @package PHP_CodeSniffer
9
- * @author Greg Sherwood <gsherwood@squiz.net>
10
- * @author Marc McIntyre <mmcintyre@squiz.net>
5
+ * @package PHP_CodeSniffer
6
+ * @author Greg Sherwood <gsherwood@squiz.net>
7
+ * @author Marc McIntyre <mmcintyre@squiz.net>
11
8
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
12
- * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
13
- * @link http://pear.php.net/package/PHP_CodeSniffer
9
+ * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
10
+ * @link http://pear.php.net/package/PHP_CodeSniffer
14
11
*/
15
12
16
13
namespace PSR2R \Sniffs \Classes ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Ensures doc blocks follow basic formatting.
4
4
*
5
- * PHP version 5
6
- *
7
- * @category PHP
8
- * @package PHP_CodeSniffer
9
- * @author Greg Sherwood <gsherwood@squiz.net>
5
+ * @package PHP_CodeSniffer
6
+ * @author Greg Sherwood <gsherwood@squiz.net>
10
7
* @copyright 2006-2012 Squiz Pty Ltd (ABN 77 084 670 600)
11
- * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
12
- * @link http://pear.php.net/package/PHP_CodeSniffer
8
+ * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
9
+ * @link http://pear.php.net/package/PHP_CodeSniffer
13
10
*/
14
11
15
12
namespace PSR2R \Sniffs \Commenting ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* PSR2_Sniffs_WhiteSpace_ControlStructureSpacingSniff.
4
4
*
5
- * PHP version 5
6
- *
7
- * @category PHP
8
- *
9
- * @author Greg Sherwood <gsherwood@squiz.net>
5
+ * @author Greg Sherwood <gsherwood@squiz.net>
10
6
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
11
- * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
7
+ * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
12
8
*
13
- * @link http://pear.php.net/package/PHP_CodeSniffer
9
+ * @link http://pear.php.net/package/PHP_CodeSniffer
14
10
*/
15
11
16
12
namespace PSR2R \Sniffs \ControlStructures ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* PSR2_Sniffs_ControlStructures_ElseIfDeclarationSniff.
4
4
*
5
- * PHP version 5
6
- *
7
- * @category PHP
8
- *
9
- * @author Greg Sherwood <gsherwood@squiz.net>
5
+ * @author Greg Sherwood <gsherwood@squiz.net>
10
6
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
11
- * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
7
+ * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
12
8
*
13
- * @link http://pear.php.net/package/PHP_CodeSniffer
9
+ * @link http://pear.php.net/package/PHP_CodeSniffer
14
10
*/
15
11
16
12
namespace PSR2R \Sniffs \ControlStructures ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* PSR2_Sniffs_ControlStructures_SwitchDeclarationSniff.
4
4
*
5
- * PHP version 5
6
- *
7
- * @category PHP
8
- * @package PHP_CodeSniffer
9
- * @author Greg Sherwood <gsherwood@squiz.net>
5
+ * @package PHP_CodeSniffer
6
+ * @author Greg Sherwood <gsherwood@squiz.net>
10
7
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
11
- * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
12
- * @link http://pear.php.net/package/PHP_CodeSniffer
8
+ * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
9
+ * @link http://pear.php.net/package/PHP_CodeSniffer
13
10
*/
14
11
15
12
namespace PSR2R \Sniffs \ControlStructures ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* PSR2_Sniffs_Files_ClosingTagsSniff.
4
4
*
5
- * PHP version 5
6
- *
7
- * @category PHP
8
- *
9
- * @author Greg Sherwood <gsherwood@squiz.net>
5
+ * @author Greg Sherwood <gsherwood@squiz.net>
10
6
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
11
- * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
7
+ * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
12
8
*
13
- * @link http://pear.php.net/package/PHP_CodeSniffer
9
+ * @link http://pear.php.net/package/PHP_CodeSniffer
14
10
*/
15
11
16
12
namespace PSR2R \Sniffs \Files ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* Generic_Sniffs_Files_EndFileNewlineSniff.
4
4
*
5
- * PHP version 5
6
- *
7
- * @category PHP
8
- *
9
- * @author Greg Sherwood <gsherwood@squiz.net>
5
+ * @author Greg Sherwood <gsherwood@squiz.net>
10
6
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
11
- * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
7
+ * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
12
8
*
13
- * @link http://pear.php.net/package/PHP_CodeSniffer
9
+ * @link http://pear.php.net/package/PHP_CodeSniffer
14
10
*/
15
11
16
12
namespace PSR2R \Sniffs \Files ;
Original file line number Diff line number Diff line change 2
2
/**
3
3
* PSR2_Sniffs_Methods_MethodDeclarationSniff.
4
4
*
5
- * PHP version 5
6
- *
7
- * @category PHP
8
- * @package PHP_CodeSniffer
9
- * @author Greg Sherwood <gsherwood@squiz.net>
5
+ * @package PHP_CodeSniffer
6
+ * @author Greg Sherwood <gsherwood@squiz.net>
10
7
* @copyright 2006-2014 Squiz Pty Ltd (ABN 77 084 670 600)
11
- * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
12
- * @link http://pear.php.net/package/PHP_CodeSniffer
8
+ * @license https://github.com/squizlabs/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
9
+ * @link http://pear.php.net/package/PHP_CodeSniffer
13
10
*/
14
11
15
12
namespace PSR2R \Sniffs \Methods ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * PHP Version 5
4
- *
5
3
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
6
4
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
7
5
*
8
6
* Licensed under The MIT License
9
7
* For full copyright and license information, please see the LICENSE.txt
10
8
* Redistributions of files must retain the above copyright notice.
11
9
*
12
- * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
13
- * @since CakePHP CodeSniffer 0.1.10
14
- * @license http://www.opensource.org/licenses/mit-license.php MIT License
10
+ * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11
+ * @since CakePHP CodeSniffer 0.1.10
12
+ * @license http://www.opensource.org/licenses/mit-license.php MIT License
15
13
*/
16
14
17
15
namespace PSR2R \Sniffs \Namespaces ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * PHP Version 5
4
- *
5
3
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
6
4
* Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
7
5
*
8
6
* Licensed under The MIT License
9
7
* For full copyright and license information, please see the LICENSE.txt
10
8
* Redistributions of files must retain the above copyright notice.
11
9
*
12
- * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
13
- * @link http://pear.php.net/package/PHP_CodeSniffer_CakePHP
14
- * @since CakePHP CodeSniffer 0.1.14
15
- * @license http://www.opensource.org/licenses/mit-license.php MIT License
10
+ * @copyright Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
11
+ * @link http://pear.php.net/package/PHP_CodeSniffer_CakePHP
12
+ * @since CakePHP CodeSniffer 0.1.14
13
+ * @license http://www.opensource.org/licenses/mit-license.php MIT License
16
14
*/
17
15
18
16
namespace PSR2R \Sniffs \PHP ;
You can’t perform that action at this time.
0 commit comments