Skip to content

Commit c4373b0

Browse files
authored
Merge pull request #1986 from jim-parry/docblocks-since
Update docblock version to 4.0.0
2 parents e269098 + fd1486f commit c4373b0

File tree

198 files changed

+382
-383
lines changed

Some content is hidden

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

198 files changed

+382
-383
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: 4 additions & 4 deletions
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

@@ -517,7 +517,7 @@ public static function color(string $text, string $foreground, string $backgroun
517517
* Get the number of characters in string having encoded characters
518518
* and ignores styles set by the color() function
519519
*
520-
* @param ?string $string
520+
* @param string $string
521521
*
522522
* @return integer
523523
*/
@@ -594,8 +594,8 @@ public static function getHeight(int $default = 32): int
594594
* Displays a progress bar on the CLI. You must call it repeatedly
595595
* to update it. Set $thisStep = false to erase the progress bar.
596596
*
597-
* @param integer|boolean $thisStep
598-
* @param integer $totalSteps
597+
* @param integer|boolean $thisStep
598+
* @param integer $totalSteps
599599
*/
600600
public static function showProgress($thisStep = 1, int $totalSteps = 10)
601601
{

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)