Problem Description
In lines 46 and 51 of the custom_completion class, return $type; is present, however, the variables $type are not defined.
Problem Location
Line 46: Link
Line 51: Link
Steps to Reproduce
Access the custom_completion.php file in the mentioned repository.
Navigate to lines 46 and 51.
Note that the variables $type are not defined before the return statement.
Problem Description
In lines 46 and 51 of the custom_completion class,
return $type;is present, however, the variables$typeare not defined.Problem Location
Line 46: Link
Line 51: Link
Steps to Reproduce
Access the custom_completion.php file in the mentioned repository.
Navigate to lines 46 and 51.
Note that the variables
$typeare not defined before thereturnstatement.