Results 61 comments of Stephan Vierkant

Here is a screenshot from VersionEye.com: ![selection_170](https://cloud.githubusercontent.com/assets/601833/21216677/7587c7d8-c2a8-11e6-9899-08b7dc51c411.png) I really like this view. An output like `bower list` can be very confusing. I think this package should show version numbers, not...

@wallzero @mrsteele Have you already found a solution?

* Entity getters and setters (which are used in Forms): `getX`, `addX`, `removeX`. * Methods (only) called in Twig, but there is a separate issue for that: #872 > I'd...

> I don't think it's related to ApiPlatform. > > Which minor version of mysql 5.7 are you using ? There are a few known bugs on older ones. I've...

Yes, there is a group by on `o0_.id`

> An alternative would be splitting up the sniff into smaller parts and adding dedicated error codes (e.g. typehint missing completely, typehint could be written in signature, etc.). See #353

It would be great if we can exclude method names from fixing. For example: \Symfony\Component\Form\AbstractType::buildForm \Symfony\Component\Form\AbstractType::configureOptions \Symfony\Component\Security\Core\Authorization\Voter\Voter::supports \Symfony\Component\Security\Core\Authorization\Voter\Voter::voteOnAttribute

@kukulich I understand that doesn't know about `C` in `class A extends B; class B extends C`, but let's take this example: (pseudo)code: namespace App; class A extends App\B {...

But it knows about the existence of B, isn't it? I understand it doesn't know that A implements C, but it does for B. I want to add `Vendor\C::someMethod` to...