hoaproject / Consistency

The Hoa\Consistency library.
https://hoa-project.net/
319 stars 19 forks source link

Add `hoa\devtools` to suggest package in composer.json #30

Open ghost opened 6 years ago

ghost commented 6 years ago

As of #29 mentioned, the usage of flex entity will break some static analyzer. It might be a good idea to add hoa\devtools to suggest package.

Hywan commented 6 years ago

That's a good idea.

Thanks! I think we can add it to https://github.com/hoaproject/Central/issues/75. Should we integrate it as part of our roadmap @vonglasow & @shulard?

shulard commented 6 years ago

Seems a good idea to reference the hoa/devtools package in suggest but we need to find the right sentence to use to describe the suggest meaning 😄.

Hywan commented 6 years ago

To polish the integration of Hoa inside your IDE, consider installing hoa/devtools.

I don't know if it describes well the situation though.

shulard commented 6 years ago

When installing hoa/devtools, does it fix the flex entity "problem" with static analyzer ?

ghost commented 6 years ago

@shulard Yes. At least in phpStorm.

shulard commented 6 years ago

Ok so the sentence LGTM, I've created a PR : #31.