6 lines
108 B
PHP
Raw Normal View History

2015-06-05 13:43:13 +00:00
<?php
abstract class SdMetier_Scoring_Comment_Abstract implements SdMetier_Scoring_Comment_Interface
{
}