@@ -107,7 +107,7 @@ |
||
107 | 107 | * |
108 | 108 | * @author reallyli <[email protected]> |
109 | 109 | * @since 18/10/11 |
110 | - * @param $serviceAlias |
|
110 | + * @param string $serviceAlias |
|
111 | 111 | * @return mixed |
112 | 112 | * 返回值类型:string,array,object,mixed(多种,不确定的),void(无返回值) |
113 | 113 | */ |
@@ -10,8 +10,8 @@ |
||
10 | 10 | |
11 | 11 | use PHPUnit\Framework\TestCase; |
12 | 12 | use Reallyli\LaravelUnicomponent\Components\Pusher\Pusher; |
13 | -use Reallyli\LaravelUnicomponent\UnicomponentServiceManager; |
|
14 | 13 | use Reallyli\LaravelUnicomponent\Tests\Example\ExampleService; |
14 | +use Reallyli\LaravelUnicomponent\UnicomponentServiceManager; |
|
15 | 15 | |
16 | 16 | class UnicomponentTest extends TestCase |
17 | 17 | { |