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: replace mixed type at CLI class. #7435

Merged
merged 2 commits into from
Apr 20, 2023

Conversation

ping-yee
Copy link
Contributor

Description
See #6310

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

@@ -915,7 +915,7 @@ public static function getURI(): string
*
* **IMPORTANT:** The index here is one-based instead of zero-based.
*
* @return mixed
* @return array|string|null
Copy link
Member

Choose a reason for hiding this comment

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

Can be an array?

Suggested change
* @return array|string|null
* @return string|null

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have been removed.

@kenjis kenjis merged commit 148c5e1 into codeigniter4:develop Apr 20, 2023
@ping-yee ping-yee deleted the replace-mixed-cli branch April 25, 2023 07:30
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

Successfully merging this pull request may close these issues.

2 participants