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 type mixed in DB Utils #7870

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

kenjis
Copy link
Member

@kenjis kenjis commented Aug 27, 2023

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

Comment on lines 263 to 264
* @return false|string|void
* @phpstan-return false|string|never
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 changed to never for native return?

Copy link
Member Author

Choose a reason for hiding this comment

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

Do you mean @return false|never|string?

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

Comment on lines 39 to 40
* @return void
* @phpstan-return never
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 never for native return

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@kenjis kenjis force-pushed the docs-replace-mixed-in-db-utils branch from 6e2140a to 036a0a8 Compare September 4, 2023 07:43
@kenjis kenjis requested a review from paulbalandan September 4, 2023 07:43
@kenjis
Copy link
Member Author

kenjis commented Sep 8, 2023

Can someone review?

Copy link
Member

@paulbalandan paulbalandan left a comment

Choose a reason for hiding this comment

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

Sorry, i did not receive notification on the changes.

@kenjis kenjis merged commit aa2ca35 into codeigniter4:develop Sep 8, 2023
@kenjis kenjis deleted the docs-replace-mixed-in-db-utils branch September 8, 2023 02:54
@kenjis
Copy link
Member Author

kenjis commented Sep 8, 2023

No problem. Thank you for approval.

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