phptools-docs
phptools-docs copied to clipboard
Issue detecting method's origin from a chained of methods
This should detect the methods returns static which means the same class:
But intellisense detects methods are coming from different sources when isn't true:
So this should still gets from static which = ProcessBuilder and not RevisionBuilder although the method is called the same, they aren't the same class