Consistency icon indicating copy to clipboard operation
Consistency copied to clipboard

The Hoa\Consistency library.

Results 7 Consistency issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Dependabot can't resolve your PHP dependency files. As a result, Dependabot couldn't update your dependencies. The error Dependabot encountered was: ``` Your requirements could not be resolved to an installable...

``` Warning: Cannot declare class Hoa\Consistency, because the name is already in use ``` when using opcache.preload also relates to https://github.com/hoaproject/Consistency/issues/35 but for earlier release (1.17.05.02)

Hi guys, I found problem with using this library, after try to enable opcache.preload for my symfony project, on php 7.4.3: `Warning: Cannot declare class Hoa\Consistency, because the name is...

Hi, I'm trying to integrate Hoa regex parser into PHPStan itself, and I've stumbled upon a problem. Some code from Hoa project itself is using class aliases defined through `flexEntity`....

As of Hoaproject/Consistency#29 mentioned, the usage of flex entity will break some static analyzer. Adding `hoa/devtools` as a dependency fix the problem at least in PHPStorm. Must fix Hoaproject/Consistency#30.

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.

enhancement
in progress
difficulty: casual