Skip to content
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

documentation errors #22

Closed
gaydenko opened this issue Dec 10, 2014 · 2 comments
Closed

documentation errors #22

gaydenko opened this issue Dec 10, 2014 · 2 comments

Comments

@gaydenko
Copy link

Hi! Reading the doc have met few places looking like errors or just vague ones.

  1. Request lifecycle & Kernel - Internal kernel events must return null - "handler(s)" is missed.
  2. App - few "Kernel" must be replaced with "App".
  3. Configuration array / bootstrap - example config array contains "namespaces" section, while
    the section is absent in both example project config and Config class $storage (that is
    default config). It isn't clear how to use namespaces.
  4. Component retrieval - $container->set() probably must be replaced with $container->register().
@potfur
Copy link
Contributor

potfur commented Dec 10, 2014

Hi
1, 2 and 4 - good catch 👍
3. Its already removed from docs in ver 1.1

Fixed in dev, will be in next release.
Thanks.

@gaydenko
Copy link
Author

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants