Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Releasing 1.0.0 #19

Merged
merged 4 commits into from
Dec 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ Verify the CodeIgniter4 standard is installed.

Run unit tests.

`./vendor/bin/phpunit --debug --filter CodeIgniter4`
`./vendor/bin/phpunit --debug --filter CodeIgniter4`
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Arrays/ArrayDeclarationSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\Arrays;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Commenting/ClassCommentSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\Commenting;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Commenting/FileCommentSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\Commenting;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\ControlStructures;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\ControlStructures;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Files/FilenameMatchesClassSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter\Sniffs\Files;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Files/HelperFileSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\Files;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Files/OneClassPerFileSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\Files;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Functions/FunctionDeclarationSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\Functions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\NamingConventions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\NamingConventions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\NamingConventions;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Operators/BooleanAndSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\Operators;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Operators/BooleanOrSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\Operators;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Operators/IsIdenticalSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\Operators;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/Operators/IsNotIdenticalSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\Operators;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/PHP/DiscouragedFunctionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\PHP;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/PHP/ForbiddenFunctionsSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\PHP;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/WhiteSpace/BooleanNotSpaceAfterSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\WhiteSpace;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\WhiteSpace;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\WhiteSpace;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Sniffs/WhiteSpace/VerticalEmptyLinesSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Sniffs\WhiteSpace;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Tests/Arrays/ArrayDeclarationUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Tests\Arrays;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Tests\ControlStructures;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Tests\NamingConventions;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Tests\NamingConventions;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Tests/Operators/BooleanAndUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Tests\Operators;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Tests/Operators/BooleanOrUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Tests\Operators;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Tests\WhiteSpace;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Tests\WhiteSpace;
Expand Down
4 changes: 2 additions & 2 deletions CodeIgniter4/Tests/WhiteSpace/VerticalEmptyLinesUnitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Tests\WhiteSpace;
Expand Down
6 changes: 3 additions & 3 deletions CodeIgniter4/Util/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* @package CodeIgniter4-Standard
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
*/

namespace CodeIgniter4\Util;
Expand All @@ -15,7 +15,7 @@
/**
* Common
*
* Extrends common functions.
* Extends common functions.
*
* @author Louis Linehan <[email protected]>
*/
Expand Down
6 changes: 3 additions & 3 deletions CodeIgniter4/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* CodeIgniter 4 coding standard for PHP_CodeSniffer
*
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @version Version 1.0.0-beta0012
* @copyright 2017 British Columbia Institute of Technology
* @license https://github.com/bcit-ci/CodeIgniter4-Standard/blob/master/LICENSE MIT License
* @version Version 1.0.0
-->
<!--
Files MUST have a doc block comment.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 louisl
Copyright (c) 2017 British Columbia Institute of Technology (https://bcit.ca/)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading