Skip to content

migration guide for v7 uses CamelCase in example #620

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mbiebl opened this issue Jun 22, 2018 · 2 comments
Closed

migration guide for v7 uses CamelCase in example #620

mbiebl opened this issue Jun 22, 2018 · 2 comments
Assignees
Labels
7.0 ^_^ Fixed $_$ WIKI/DOC Uncyclo / Documentation related issue

Comments

@mbiebl
Copy link
Contributor

mbiebl commented Jun 22, 2018

the migration guide for v7 at https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/migration/MigratingFromV6ToV7.md

has several places, where it uses the old naming scheme, like e.g.

use \phpFastCache\Config\Config;

or

use \phpFastCache\Drivers\Files\Config as FilesConfig;

It is my understanding that with v7, phpFastCache should be replaced by Phpfastcache

@Geolim4
Copy link
Member

Geolim4 commented Jun 22, 2018

Hello,

Yeah the example is a bit buggy indeed, I'll fix that asap.
Effectively as of V7 every namespace that begun with use phpFastCache\... is now replaced by use Phpfastcache\...

Cheers,
Georges

@Geolim4 Geolim4 self-assigned this Jun 22, 2018
@Geolim4 Geolim4 added [*_*] Planned 7.0 $_$ WIKI/DOC Uncyclo / Documentation related issue labels Jun 22, 2018
@Geolim4
Copy link
Member

Geolim4 commented Jun 24, 2018

The mistake in migration guide has been fixed.

Thanks you !

Geolim4 added a commit that referenced this issue Jun 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.0 ^_^ Fixed $_$ WIKI/DOC Uncyclo / Documentation related issue
Projects
None yet
Development

No branches or pull requests

2 participants