Skip to content

Commit 5b9ced3

Browse files
committed
Merge branch 'develop' into apidocs/errors
2 parents 47c68d4 + c4373b0 commit 5b9ced3

File tree

200 files changed

+596
-470
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+596
-470
lines changed

contributing/styleguide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ An example::
278278
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
279279
* @license https://opensource.org/licenses/MIT MIT License
280280
* @link https://codeigniter.com
281-
* @since Version 3.0.0
281+
* @since Version 4.0.0
282282
* @filesource
283283
*/
284284
namespace CodeIgniter\Fruit;

system/API/ResponseTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
35-
* @since Version 3.0.0
35+
* @since Version 4.0.0
3636
* @filesource
3737
*/
3838

system/Autoloader/Autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
35-
* @since Version 3.0.0
35+
* @since Version 4.0.0
3636
* @filesource
3737
*/
3838

system/Autoloader/FileLocator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
35-
* @since Version 3.0.0
35+
* @since Version 4.0.0
3636
* @filesource
3737
*/
3838

system/CLI/BaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
3232
* @license https://opensource.org/licenses/MIT MIT License
3333
* @link https://codeigniter.com
34-
* @since Version 3.0.0
34+
* @since Version 4.0.0
3535
* @filesource
3636
*/
3737

system/CLI/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
35-
* @since Version 3.0.0
35+
* @since Version 4.0.0
3636
* @filesource
3737
*/
3838

system/CLI/CommandRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
3434
* @license https://opensource.org/licenses/MIT MIT License
3535
* @link https://codeigniter.com
36-
* @since Version 3.0.0
36+
* @since Version 4.0.0
3737
* @filesource
3838
*/
3939

system/CLI/Console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
35-
* @since Version 3.0.0
35+
* @since Version 4.0.0
3636
* @filesource
3737
*/
3838

system/Cache/CacheFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
35-
* @since Version 3.0.0
35+
* @since Version 4.0.0
3636
* @filesource
3737
*/
3838

system/Cache/CacheInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
3333
* @license https://opensource.org/licenses/MIT MIT License
3434
* @link https://codeigniter.com
35-
* @since Version 3.0.0
35+
* @since Version 4.0.0
3636
* @filesource
3737
*/
3838

0 commit comments

Comments
 (0)