File tree 4 files changed +22
-1
lines changed
4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- :major: 1
2
+ :major: 2
3
3
:minor: 0
4
4
:patch: 1
5
5
:special: ''
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ This extension provides following features:
25
25
1 . Provide correct return type for ` Cake\Mailer\Mailer::fetchTable() `
26
26
1 . Provide correct return type for ` Cake\View\Cell::fetchTable() `
27
27
1 . Provide correct return type for ` Cake\Console\Shell::helper() `
28
+ 1 . Provide correct return type for ` Cake\Console\ConsoleIo::helper() `
28
29
29
30
## Installation
30
31
Original file line number Diff line number Diff line change 1
1
<?php
2
2
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
+
3
13
namespace App \Command \Helper ;
4
14
5
15
use Cake \Console \Helper ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
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
+
3
13
namespace App \Shell \Helper ;
4
14
5
15
use Cake \Console \Helper ;
You can’t perform that action at this time.
0 commit comments