Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
0.00% covered (danger)
0.00%
0 / 2
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2
3/**
4 * This file used for migrating extensions to the new version of EasyRdf library.
5 * After updating all extension this part of code can be removed.
6 */
7
8use EasyRdf\Format;
9use EasyRdf\Graph;
10
11class_alias(Graph::class, 'EasyRdf_Graph');
12class_alias(Format::class, 'EasyRdf_Format');