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

docs: Correcting documentation mistakes in upgrading from one version to another #7191

Merged
merged 3 commits into from
Jan 28, 2023

Conversation

objecttothis
Copy link
Contributor

Description
Documentation problems
https://codeigniter.com/user_guide/installation/upgrade_405.html#message-getheader-s
In the line Request[Interface]::getMethod(): The $upper parameter will be removed, use str_to_upper()
The correct PHP function is strtoupper()

https://codeigniter.com/user_guide/installation/upgrade_412.html#baseconnection-query-return-values
In the line Review any use of query() method and be assess whether the value might be boolean instead of Result object.
The word "be" does not belong in the sentence.

https://codeigniter.com/user_guide/installation/upgrade_431.html#config
Based on the description below it app/Config/Encryption.php should be app/Config/Email.php

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

Grammatical fix.
It says Encryption.php but the fields below are all in Email.php
@kenjis kenjis added the documentation Pull requests for documentation only label Jan 27, 2023
Copy link
Member

@kenjis kenjis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@kenjis kenjis added the bug Verified issues on the current code behavior or pull requests that will fix them label Jan 27, 2023
@kenjis kenjis merged commit c36685e into codeigniter4:develop Jan 28, 2023
@kenjis kenjis changed the title Correcting documentation mistakes in upgrading from one version to another docs: Correcting documentation mistakes in upgrading from one version to another Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them documentation Pull requests for documentation only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants