pbyrne84 / DynamicReturnTypePlugin

135 stars 7 forks source link

Resolving of ::class constant is not working #66

Closed fprochazka closed 7 years ago

fprochazka commented 7 years ago

Hi, I'm pretty sure this worked in the past, but now it doesn't. In the following screenshots, I've focused the getId method and opened documentation for it.

image

image

The full configuration is here, relevant part looks like this

{
  "methodCalls": [
    {
      "class": "\\Doctrine\\ORM\\EntityManager",
      "method": "find",
      "position": 0
    }
  ]
}

I'm currently running on the latest eap

image

image

beardcoder commented 7 years ago

Duplicate of #65

fprochazka commented 7 years ago

Sorry :-/ Totaly overlooked that