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

[NFC] fix docblock types from boolean to bool #14296

Merged
merged 1 commit into from
May 23, 2019

Conversation

eileenmcnaughton
Copy link
Contributor

@eileenmcnaughton eileenmcnaughton commented May 22, 2019

Overview

Fix on code comment blocks type declaration

Before

Declared as boolean

After

Declared as bool

Technical Details

This is the correct type name we should be using

Comments

See civicrm/coder#7

This is the correct type name we should be using
@civibot
Copy link

civibot bot commented May 22, 2019

(Standard links)

@civibot civibot bot added the master label May 22, 2019
@eileenmcnaughton
Copy link
Contributor Author

@colemanw can you merge? - there are a couple that cleanup the DAO too

*/
protected $_limit = NULL;

/**
* Prefix for the controller
* @var sting
* @var string
Copy link
Member

Choose a reason for hiding this comment

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

sting

Copy link
Contributor Author

Choose a reason for hiding this comment

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

:-)

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

Successfully merging this pull request may close these issues.

2 participants