Compiler
Compiler copied to clipboard
Update Llk.php
Fix bug https://github.com/hoaproject/Compiler/issues/90
Coverage remained the same at ?% when pulling 095c4f45c32d87c6ba96226e286f3289ee3e2482 on flip111:patch-2 into c620f44deff0b4c2d0c27560a3b0f5e7e376e001 on hoaproject:master.
Coverage remained the same at ?% when pulling 095c4f45c32d87c6ba96226e286f3289ee3e2482 on flip111:patch-2 into c620f44deff0b4c2d0c27560a3b0f5e7e376e001 on hoaproject:master.
I could help with this PR, but unfortunately I face with such invalid types too often:
I suggest to replace Consistency::flexEntity
magic with native class_alias()
.
@unkind Check this command https://github.com/hoaproject/Devtools#expandflexentities to help you.
@Hywan I have to find out the real purpose over class_alias()
first :) https://github.com/hoaproject/Compiler/issues/95#issuecomment-438100057
I can make PR for replacing it.
@unkind You can use devtools:expandflexentities
to solve your issue with your IDE :-). We don't have plan yet to remove flex entities for BC reasons.