Task #63477
Updated by Markus Klein almost 10 years ago
Use ...::class instead of just strings where possible. This will allow to easily track references, find typos in classnames etc.
This feature is possible since PHP 5.5. Master meanwhile requires 5.5.
Original introduction of this feature was in #63112, this here adds in various more places.
Regexp used to find occurrences manually: '\\\\?\w{3,}(\\\\?\w{3,})+