Change in https://github.com/BowlOfSoup/NormalizerBundle/commit/2f3d8ba27257fffcab499f1cd9bf9ad7bd4f8710 Method reflection should fetch method of all parents, not just the first parent. We can fix this by doing something like: ``` do { ... } while ($reflectionClass = $reflectionClass->getParentClass()); ```