Completed
Branch master (97cd78)
by reallyli
02:30
created
src/UnicomponentServiceManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
tests/UnicomponentTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 namespace Reallyli\LaravelUnicomponent\Tests;
10 10
 
11 11
 use PHPUnit\Framework\TestCase;
12
-use Reallyli\LaravelUnicomponent\UnicomponentServiceManager;
13 12
 use Reallyli\LaravelUnicomponent\Tests\Example\ExampleService;
13
+use Reallyli\LaravelUnicomponent\UnicomponentServiceManager;
14 14
 
15 15
 class UnicomponentTest extends TestCase
16 16
 {
Please login to merge, or discard this patch.