Skip to content

Commit

Permalink
Cs Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Aug 15, 2023
1 parent dcc5915 commit def7ca1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ClassAliasAutoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Tinker;

use Hyperf\Collection\Collection;
Expand Down
1 change: 1 addition & 0 deletions src/Command/TinkerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Tinker\Command;

use FriendsOfHyperf\Tinker\ClassAliasAutoloader;
Expand Down
1 change: 1 addition & 0 deletions src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Tinker;

use FriendsOfHyperf\Tinker\Command\TinkerCommand;
Expand Down
1 change: 1 addition & 0 deletions src/TinkerCaster.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @document https://github.com/friendsofhyperf/components/blob/3.0/README.md
* @contact [email protected]
*/

namespace FriendsOfHyperf\Tinker;

use ReflectionException;
Expand Down

0 comments on commit def7ca1

Please sign in to comment.