Skip to content

Commit 2821a61

Browse files
committed
Code style
1 parent 1e99fc1 commit 2821a61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/FilesystemCachePool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class FilesystemCachePool extends AbstractCachePool
2323
{
2424
const CACHE_PATH = 'cache';
2525
/**
26-
* @var Filesystem
26+
* @type Filesystem
2727
*/
2828
private $filesystem;
2929

tests/IntegrationPoolTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class IntegrationPoolTest extends CachePoolTest
2020
{
2121
/**
22-
* @var Filesystem
22+
* @type Filesystem
2323
*/
2424
private $filesystem;
2525

tests/IntegrationTagTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class IntegrationTagTest extends TaggableCachePoolTest
2020
{
2121
/**
22-
* @var Filesystem
22+
* @type Filesystem
2323
*/
2424
private $filesystem;
2525

0 commit comments

Comments
 (0)