Closed ciarand closed 9 years ago
I'm not sure you want this, but I needed it for the day job (we can't move to 5.5 or 5.6 yet because of missing driver support). All this does is replace uses of ClassName::class with the fully qualified name in a string.
ClassName::class
nvm, ignore this. The tests pass but the code is broken.
I'm not sure you want this, but I needed it for the day job (we can't move to 5.5 or 5.6 yet because of missing driver support). All this does is replace uses of
ClassName::class
with the fully qualified name in a string.