File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 11---
2- :major: 1
2+ :major: 2
33:minor: 0
44:patch: 1
55:special: ''
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ This extension provides following features:
25251 . Provide correct return type for ` Cake\Mailer\Mailer::fetchTable() `
26261 . Provide correct return type for ` Cake\View\Cell::fetchTable() `
27271 . Provide correct return type for ` Cake\Console\Shell::helper() `
28+ 1 . Provide correct return type for ` Cake\Console\ConsoleIo::helper() `
2829
2930## Installation
3031
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * Copyright 2020 - 2021, Cake Development Corporation (https://www.cakedc.com)
5+ *
6+ * Licensed under The MIT License
7+ * Redistributions of files must retain the above copyright notice.
8+ *
9+ * @copyright Copyright 2020 - 2021, Cake Development Corporation (https://www.cakedc.com)
10+ * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
11+ */
12+
313namespace App \Command \Helper ;
414
515use Cake \Console \Helper ;
Original file line number Diff line number Diff line change 11<?php
22
3+ /*
4+ * Copyright 2020 - 2021, Cake Development Corporation (https://www.cakedc.com)
5+ *
6+ * Licensed under The MIT License
7+ * Redistributions of files must retain the above copyright notice.
8+ *
9+ * @copyright Copyright 2020 - 2021, Cake Development Corporation (https://www.cakedc.com)
10+ * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
11+ */
12+
313namespace App \Shell \Helper ;
414
515use Cake \Console \Helper ;
You can’t perform that action at this time.
0 commit comments