You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thereturn
statement.The text was updated successfully, but these errors were encountered: