Skip to content

Rename methods to prevent warnings#22

Merged
markjaquith merged 1 commit into
markjaquith:masterfrom
stmarytx:phpwarnings
Sep 18, 2018
Merged

Rename methods to prevent warnings#22
markjaquith merged 1 commit into
markjaquith:masterfrom
stmarytx:phpwarnings

Conversation

@stmarytx

@stmarytx stmarytx commented Feb 3, 2017

Copy link
Copy Markdown
Contributor

Removed the double underscore prefix from 2 methods to prevent warnings:

40 | WARNING | Method name
"CWS_WP_Help_Requirements_Check::__php_at_least" is discouraged; PHP has
reserved all method names with a double underscore prefix for future
use
59 | WARNING | Method name
"CWS_WP_Help_Requirements_Check::__wp_at_least" is discouraged; PHP has
reserved all method names with a double underscore prefix for future
use\

Removed the double underscore prefix from 2 methods to prevent warnings:

40 | WARNING | Method name
"CWS_WP_Help_Requirements_Check::__php_at_least" is discouraged; PHP has
reserved all method names with a double underscore prefix for future
use\
 59 | WARNING | Method name
"CWS_WP_Help_Requirements_Check::__wp_at_least" is discouraged; PHP has
reserved all method names with a double underscore prefix for future
use\
@markjaquith
markjaquith merged commit d5949db into markjaquith:master Sep 18, 2018
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