src/JsonSchema.php
Method setUpProperties
has 130 lines of code (exceeds 25 allowed). Consider refactoring. Wontfix
Wontfix
public static function setUpProperties($properties, JsonBasicSchema $ownerSchema)
{
$properties->id = JsonBasicSchema::string();
$properties->id->format = 'uri';
$properties->schema = JsonBasicSchema::string();
File JsonSchema.php
has 360 lines of code (exceeds 250 allowed). Consider refactoring. Wontfix
Wontfix
<?php
/**
* @file ATTENTION!!! The code below was carefully crafted by a mean machine.
* Please consider to NOT put any emotional human-generated modifications as the splendid AI will throw them away with no mercy.
*/
JsonSchema
has 35 functions (exceeds 20 allowed). Consider refactoring. Wontfix
Wontfix
class JsonSchema extends ClassStructure
{
const _ARRAY = 'array';
const BOOLEAN = 'boolean';