File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace Intonate \TinkerZero \Console ;
4
4
5
- use Psy \Shell ;
6
- use Psy \Configuration ;
7
5
use Laravel \Tinker \ClassAliasAutoloader ;
8
6
use Laravel \Tinker \Console \TinkerCommand ;
7
+ use Psy \Configuration ;
8
+ use Psy \Shell ;
9
9
10
10
class TinkerZeroCommand extends TinkerCommand
11
11
{
@@ -38,7 +38,7 @@ public function handle()
38
38
/**
39
39
* @return \Psy\Configuration
40
40
*/
41
- public function getConfig () : Configuration
41
+ public function getConfig (): Configuration
42
42
{
43
43
$ config = new Configuration (['updateCheck ' => 'never ' ]);
44
44
$ config ->getPresenter ()->addCasters ($ this ->getCasters ());
@@ -49,7 +49,7 @@ public function getConfig() : Configuration
49
49
/**
50
50
* @return string
51
51
*/
52
- protected function autoLoadClassMap () : string
52
+ protected function autoLoadClassMap (): string
53
53
{
54
54
return $ this ->getLaravel ()->basePath ().'/vendor/composer/autoload_classmap.php ' ;
55
55
}
Original file line number Diff line number Diff line change 2
2
3
3
namespace Intonate \Tests ;
4
4
5
- use Orchestra \Testbench \TestCase ;
6
5
use Intonate \TinkerZero \Console \TinkerZeroCommand ;
7
6
use Intonate \TinkerZero \TinkerZeroServiceProvider ;
7
+ use Orchestra \Testbench \TestCase ;
8
8
9
9
class TinkerZeroServiceProviderTest extends TestCase
10
10
{
You can’t perform that action at this time.
0 commit comments