Skip to content

Commit 31ffc82

Browse files
committed
Added property PhpDoc to PathSeekerTrait
1 parent 3fd8964 commit 31ffc82

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/phpFastCache/Core/PathSeekerTrait.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
use phpFastCache\Exceptions\phpFastCacheDriverException;
1919
use phpFastCache\Util\Directory;
2020

21+
/**
22+
* Trait IOHelperTrait
23+
* @package phpFastCache\Core\Pool\IO
24+
* @property array $config The configuration array passed via DriverBaseTrait
25+
*/
2126
trait PathSeekerTrait
2227
{
2328
/**

0 commit comments

Comments
 (0)