Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 975d9d2

Browse files
committed
Updated copyright, package name and links
1 parent 5a0b8f2 commit 975d9d2

37 files changed

+82
-82
lines changed

‎CodeIgniter4/Sniffs/Arrays/ArrayDeclarationSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package CodeIgniter4-Standard
66
* @author Louis Linehan <louis.linehan@gmail.com>
7-
* @copyright 2017 Louis Linehan
8-
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
7+
* @copyright 2017 British Columbia Institute of Technology
8+
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
1010

1111
namespace CodeIgniter4\Sniffs\Arrays;

‎CodeIgniter4/Sniffs/Commenting/ClassCommentSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package CodeIgniter4-Standard
66
* @author Louis Linehan <louis.linehan@gmail.com>
7-
* @copyright 2017 Louis Linehan
8-
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
7+
* @copyright 2017 British Columbia Institute of Technology
8+
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
1010

1111
namespace CodeIgniter4\Sniffs\Commenting;

‎CodeIgniter4/Sniffs/Commenting/FileCommentSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package CodeIgniter4-Standard
66
* @author Louis Linehan <louis.linehan@gmail.com>
7-
* @copyright 2017 Louis Linehan
8-
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
7+
* @copyright 2017 British Columbia Institute of Technology
8+
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
1010

1111
namespace CodeIgniter4\Sniffs\Commenting;

‎CodeIgniter4/Sniffs/ControlStructures/AllmanControlSignatureSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package CodeIgniter4-Standard
66
* @author Louis Linehan <louis.linehan@gmail.com>
7-
* @copyright 2017 Louis Linehan
8-
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
7+
* @copyright 2017 British Columbia Institute of Technology
8+
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
1010

1111
namespace CodeIgniter4\Sniffs\ControlStructures;

‎CodeIgniter4/Sniffs/ControlStructures/ControlStructureSpacingSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package CodeIgniter4-Standard
66
* @author Louis Linehan <louis.linehan@gmail.com>
7-
* @copyright 2017 Louis Linehan
8-
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
7+
* @copyright 2017 British Columbia Institute of Technology
8+
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
1010

1111
namespace CodeIgniter4\Sniffs\ControlStructures;

‎CodeIgniter4/Sniffs/Files/FilenameMatchesClassSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package CodeIgniter4-Standard
66
* @author Louis Linehan <louis.linehan@gmail.com>
7-
* @copyright 2017 Louis Linehan
8-
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
7+
* @copyright 2017 British Columbia Institute of Technology
8+
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
1010

1111
namespace CodeIgniter\Sniffs\Files;

‎CodeIgniter4/Sniffs/Files/HelperFileSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package CodeIgniter4-Standard
66
* @author Louis Linehan <louis.linehan@gmail.com>
7-
* @copyright 2017 Louis Linehan
8-
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
7+
* @copyright 2017 British Columbia Institute of Technology
8+
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
1010

1111
namespace CodeIgniter4\Sniffs\Files;

‎CodeIgniter4/Sniffs/Files/OneClassPerFileSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package CodeIgniter4-Standard
66
* @author Louis Linehan <louis.linehan@gmail.com>
7-
* @copyright 2017 Louis Linehan
8-
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
7+
* @copyright 2017 British Columbia Institute of Technology
8+
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
1010

1111
namespace CodeIgniter4\Sniffs\Files;

‎CodeIgniter4/Sniffs/Functions/FunctionDeclarationSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package CodeIgniter4-Standard
66
* @author Louis Linehan <louis.linehan@gmail.com>
7-
* @copyright 2017 Louis Linehan
8-
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
7+
* @copyright 2017 British Columbia Institute of Technology
8+
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
1010

1111
namespace CodeIgniter4\Sniffs\Functions;

‎CodeIgniter4/Sniffs/NamingConventions/ValidFunctionNameSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package CodeIgniter4-Standard
66
* @author Louis Linehan <louis.linehan@gmail.com>
7-
* @copyright 2017 Louis Linehan
8-
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
7+
* @copyright 2017 British Columbia Institute of Technology
8+
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
1010

1111
namespace CodeIgniter4\Sniffs\NamingConventions;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /