tests/JsonValidatorTest.php
Method getSchemas
has 43 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getSchemas()
{
return [
[
'data' => __DIR__ . '/Fixtures/json-schema/article.json',
Line exceeds 120 characters; contains 128 characters Open
Open
'pattern' => '^pbj:([a-z0-9-]+):([a-z0-9\\.-]+):([a-z0-9-]+)?:([a-z0-9-]+):([0-9]+-[0-9]+-[0-9]+)$',
- Exclude checks