Skip to content

Commit

Permalink
style: code poem
Browse files Browse the repository at this point in the history
  • Loading branch information
doyouhaobaby committed Sep 29, 2020
1 parent ea43842 commit ef17c7b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions tests/Cache/Pieces/Test1.php
Expand Up @@ -24,9 +24,6 @@
use Leevel\Cache\IBlock;
use Leevel\Cache\ICache;

/**
* test1.
*/
class Test1 implements IBlock
{
public function handle(array $params = []): array
Expand Down
3 changes: 0 additions & 3 deletions tests/Cache/Pieces/Test2.php
Expand Up @@ -23,9 +23,6 @@
use Leevel\Cache\File;
use Leevel\Cache\ICache;

/**
* test2.
*/
class Test2
{
public function handlew(array $params = []): array
Expand Down
3 changes: 0 additions & 3 deletions tests/Cache/Pieces/Test4.php
Expand Up @@ -24,9 +24,6 @@
use Leevel\Cache\IBlock;
use Leevel\Cache\ICache;

/**
* test4.
*/
class Test4 implements IBlock
{
public function handle(array $params = []): array
Expand Down

0 comments on commit ef17c7b

Please sign in to comment.