Skip to content

Commit

Permalink
Credited @srjlewis in PhpDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Jan 4, 2024
1 parent acd1009 commit 8f854ad
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lib/Phpfastcache/Extensions/Drivers/Couchbasev4/Config.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<?php

/**
*
* This file is part of Phpfastcache.
*
* @license MIT License (MIT)
*
* For full copyright and license information, please see the docs/CREDITS.txt and LICENCE files.
*
* @author Georges.L (Geolim4) <[email protected]>
* @author Steven Lewis (srjlewis) https://github.com/srjlewis
* @author Contributors https://github.com/PHPSocialNetwork/phpfastcache/graphs/contributors
*/

declare(strict_types=1);

namespace Phpfastcache\Extensions\Drivers\Couchbasev4;
Expand Down
13 changes: 13 additions & 0 deletions lib/Phpfastcache/Extensions/Drivers/Couchbasev4/Driver.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<?php

/**
*
* This file is part of Phpfastcache.
*
* @license MIT License (MIT)
*
* For full copyright and license information, please see the docs/CREDITS.txt and LICENCE files.
*
* @author Georges.L (Geolim4) <[email protected]>
* @author Steven Lewis (srjlewis) https://github.com/srjlewis
* @author Contributors https://github.com/PHPSocialNetwork/phpfastcache/graphs/contributors
*/

declare(strict_types=1);

namespace Phpfastcache\Extensions\Drivers\Couchbasev4;
Expand Down
13 changes: 13 additions & 0 deletions lib/Phpfastcache/Extensions/Drivers/Couchbasev4/Item.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
<?php

/**
*
* This file is part of Phpfastcache.
*
* @license MIT License (MIT)
*
* For full copyright and license information, please see the docs/CREDITS.txt and LICENCE files.
*
* @author Georges.L (Geolim4) <[email protected]>
* @author Steven Lewis (srjlewis) https://github.com/srjlewis
* @author Contributors https://github.com/PHPSocialNetwork/phpfastcache/graphs/contributors
*/

declare(strict_types=1);

namespace Phpfastcache\Extensions\Drivers\Couchbasev4;
Expand Down

0 comments on commit 8f854ad

Please sign in to comment.