mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 03:22:39 +00:00
Adjusted some types in @param, @return and @var.
This commit is contained in:
parent
4df585e15e
commit
895c10af7b
65 changed files with 192 additions and 209 deletions
|
@ -39,7 +39,6 @@ class CakeErrorController extends AppController {
|
|||
*
|
||||
* @param CakeRequest $request
|
||||
* @param CakeResponse $response
|
||||
* @return void
|
||||
*/
|
||||
public function __construct($request = null, $response = null) {
|
||||
parent::__construct($request, $response);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue