Skip to content

Commit f8677fd

Browse files
committed
cleanup
1 parent a2ca4f1 commit f8677fd

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/Structure/ClassStructure.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,6 @@ public static function schema()
2929
return $schema;
3030
}
3131

32-
/**
33-
* @return Schema
34-
*/
35-
public static function metaSchema()
36-
{
37-
static $schemas = array();
38-
$className = get_called_class();
39-
$schema = &$schemas[$className];
40-
41-
if (null === $schema) {
42-
$schema = new Schema();
43-
$properties = new Properties();
44-
$schema->properties = $properties;
45-
$schema->objectItemClass = get_class($schema);
46-
static::setUpProperties($properties, $schema);
47-
}
48-
49-
return $schema;
50-
}
51-
5232
/**
5333
* @return Properties|static
5434
*/

0 commit comments

Comments
 (0)