mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-03 05:41:38 +08:00
Apply fixes from StyleCI
This commit is contained in:
@@ -3,12 +3,12 @@ namespace tests\thinkphp\library\think\behavior;
|
||||
|
||||
class One
|
||||
{
|
||||
public function run(&$data){
|
||||
public function run(&$data) {
|
||||
$data['id'] = 1;
|
||||
return true;
|
||||
}
|
||||
|
||||
public function test(&$data){
|
||||
public function test(&$data) {
|
||||
$data['name'] = 'test';
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user