mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Fix codestyle in build and tests (#20586)
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||
@ -123,7 +124,8 @@ class PHPMessageControllerTest extends BaseMessageControllerTest
|
||||
$this->assertEqualsWithoutLE($expected, $head);
|
||||
}
|
||||
|
||||
public function messageFileCategoriesDataProvider(){
|
||||
public function messageFileCategoriesDataProvider()
|
||||
{
|
||||
return [
|
||||
'removeUnused:false - unused category should not be removed - normal category' => ['test_delete_category', true, false, true],
|
||||
'removeUnused:false - unused category should not be removed - nested category' => ['nested/category', true, false, true],
|
||||
|
||||
Reference in New Issue
Block a user