the string typecast has been removed as we now have typehinting on the parameters.
I think it would make more sense to just return $prepared[$permission] however we cannot be certain of this variable as far as i'm aware so i think evaluating to true this is the better alternative at the moment.
the string typecast has been removed as we now have typehinting on the parameters.
I think it would make more sense to just
return $prepared[$permission]
however we cannot be certain of this variable as far as i'm aware so i think evaluating to true this is the better alternative at the moment.Closes #244