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 b232e34

Browse files
authored
Merge pull request #19 from bcit-ci/develop
Releasing 1.0.0
2 parents 5a0b8f2 + 8111289 commit b232e34

38 files changed

+86
-88
lines changed

‎CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Verify the CodeIgniter4 standard is installed.
2626

2727
Run unit tests.
2828

29-
`./vendor/bin/phpunit --debug --filter CodeIgniter4`
29+
`./vendor/bin/phpunit --debug --filter CodeIgniter4`

‎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;

0 commit comments

Comments
(0)

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