Closed LordSimal closed 1 year ago
Should be doable checking the line as a whole for
$this->QueuedJobs = $this->fetchTable('Queue.QueuedJobs');
etc
well the property name could be anything so we should keep that in mind as well.
I am fine with only supporting conventions out of the Box If u deviate you can also write a custom task.
Currently
bin/cake annotate controllers
will addto the controller class phpdocs just if this is called.
But this should only happen if a property is actually set, not just a variable to hold the table instance.