Fixed: CodeFactor issues

This commit is contained in:
Bogdan Rapaić 2020-06-02 20:35:24 +02:00 committed by GitHub
parent 7522465ee9
commit be51f43e1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -173,7 +173,7 @@ class MainWP_Child_Callable {
*
* Check if the function is the list of callable functions.
*
* @param string $func Contains the name of the function to check
* @param string $func Contains the name of the function to check.
*
* @return bool If callable, return true, if not, return false.
*/
@ -189,7 +189,7 @@ class MainWP_Child_Callable {
*
* Check if the function is the list of callable functions that don't require regular authentication.
*
* @param string $func Contains the name of the function to check
* @param string $func Contains the name of the function to check.
*
* @return bool If callable, return true, if not, return false.
*/