6 lines
108 B
PHP
Raw Normal View History

2015-06-05 15:29:18 +00:00
<?php
abstract class SdMetier_Scoring_Comment_Abstract implements SdMetier_Scoring_Comment_Interface
{
}