Fix codestyle in build and tests (#20586)

This commit is contained in:
Maksim Spirkov
2025-10-10 23:04:09 +03:00
committed by GitHub
parent 8005113753
commit 909396074e
361 changed files with 1422 additions and 790 deletions

View File

@ -1,4 +1,5 @@
<?php
/**
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
@ -141,7 +142,7 @@ class CacheControllerTest extends TestCase
{
$this->expectException('yii\console\Exception');
$this->expectExceptionMessage('You should specify cache components names');
$this->_cacheController->actionFlush();
}