Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 268 Bytes

File metadata and controls

7 lines (4 loc) · 268 Bytes

Purpose

This repo exists only to reproduce a specific problem with rector.

How to reproduce the problem

If you launch vendor/bin/rector process, it will make the constant in ComputeMetricsEasy final, which is wrong, because ComputeMiles overrides it.