Skip to content

Commit 8f854ad

Browse files
committed
Credited @srjlewis in PhpDocs
1 parent acd1009 commit 8f854ad

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

lib/Phpfastcache/Extensions/Drivers/Couchbasev4/Config.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
<?php
22

3+
/**
4+
*
5+
* This file is part of Phpfastcache.
6+
*
7+
* @license MIT License (MIT)
8+
*
9+
* For full copyright and license information, please see the docs/CREDITS.txt and LICENCE files.
10+
*
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
* @author Steven Lewis (srjlewis) https://github.com/srjlewis
13+
* @author Contributors https://github.com/PHPSocialNetwork/phpfastcache/graphs/contributors
14+
*/
15+
316
declare(strict_types=1);
417

518
namespace Phpfastcache\Extensions\Drivers\Couchbasev4;

lib/Phpfastcache/Extensions/Drivers/Couchbasev4/Driver.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
<?php
22

3+
/**
4+
*
5+
* This file is part of Phpfastcache.
6+
*
7+
* @license MIT License (MIT)
8+
*
9+
* For full copyright and license information, please see the docs/CREDITS.txt and LICENCE files.
10+
*
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
* @author Steven Lewis (srjlewis) https://github.com/srjlewis
13+
* @author Contributors https://github.com/PHPSocialNetwork/phpfastcache/graphs/contributors
14+
*/
15+
316
declare(strict_types=1);
417

518
namespace Phpfastcache\Extensions\Drivers\Couchbasev4;

lib/Phpfastcache/Extensions/Drivers/Couchbasev4/Item.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
<?php
22

3+
/**
4+
*
5+
* This file is part of Phpfastcache.
6+
*
7+
* @license MIT License (MIT)
8+
*
9+
* For full copyright and license information, please see the docs/CREDITS.txt and LICENCE files.
10+
*
11+
* @author Georges.L (Geolim4) <[email protected]>
12+
* @author Steven Lewis (srjlewis) https://github.com/srjlewis
13+
* @author Contributors https://github.com/PHPSocialNetwork/phpfastcache/graphs/contributors
14+
*/
15+
316
declare(strict_types=1);
417

518
namespace Phpfastcache\Extensions\Drivers\Couchbasev4;

0 commit comments

Comments
 (0)