phptools-docs icon indicating copy to clipboard operation
phptools-docs copied to clipboard

Issue detecting method's origin from a chained of methods

Open d8vjork opened this issue 3 years ago • 0 comments

This should detect the methods returns static which means the same class:

image image

But intellisense detects methods are coming from different sources when isn't true:

image

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

d8vjork avatar Nov 28 '22 13:11 d8vjork