PHPStan 2.0
And update to PHP 8.1+
This commit is contained in:
parent
d6697d49c5
commit
6aa8814326
13 changed files with 297 additions and 284 deletions
|
|
@ -3,7 +3,10 @@ declare(strict_types=1);
|
|||
|
||||
final class FreshExtension_quickCollapse_Controller extends Minz_ActionController {
|
||||
|
||||
/** @var QuickCollapse\View */
|
||||
/**
|
||||
* @var QuickCollapse\View
|
||||
* @phpstan-ignore property.phpDocType
|
||||
*/
|
||||
protected $view;
|
||||
|
||||
public function __construct() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue