I have ignited datatables Library in my CodeIgniter library folder.
Some Code from Library
class Datatables
{
/**
* Global container variables for
If you don't want to disable the inspection for the whole project, and can't modify the class file to add a @property
tag, this is how to suppress the warning at the location where it is used:
/** @noinspection PhpUndefinedFieldInspection */
Just add it in a new line right before the line where the magic field is used.