Closed
Description
Traits can define properties which are currently marked as undefined.
Example:
trait JsonInjectable
{
protected $jsonReader; // "Variable $jsonReader is undefined"
}
Traits can define properties which are currently marked as undefined.
Example:
trait JsonInjectable
{
protected $jsonReader; // "Variable $jsonReader is undefined"
}