Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When [notifying the polyfill repos](paragonie/random_compat#154) abou…
…t the polyfill rulesets, I came across [this issue](paragonie/random_compat#151) and figured we could fix that. --- When `PHPCompatibility(ParagonieRandomCompat)` is run over the code in the `random_compat` repo itself, it will detect some non-issues. The code in the files is all wrapped within proper `defined()`, `version_compare()` and/or `function_exists()` conditions and will never be executed on incompatible PHP versions. This simple change prevents these non-issues from being reported. This fix does rely on people having installed the package in a directory called `random_compat`.
- Loading branch information