Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | CRAP | |||||||||
| <?php | |
| /** | |
| * @author Krzysztof Gzocha <krzysztof.gzocha@xsolve.pl> | |
| */ | |
| namespace Team3\PayU\Serializer; | |
| /** | |
| * All classes that are serializable to JSON should implement this interface. | |
| * | |
| * Interface SerializableInterface | |
| * @package Team3\PayU\Serializer | |
| */ | |
| interface SerializableInterface | |
| { | |
| } |