Files
IsItMaintained/src/Maintained/Statistics/Statistics.php
Matthieu Napoli 4ed90181ec Project page
2014-09-09 18:49:35 +07:00

19 lines
262 B
PHP

<?php
namespace Maintained\Statistics;
use Maintained\TimeInterval;
/**
* Statistics of an open source project.
*
* @author Matthieu Napoli <matthieu@mnapoli.fr>
*/
class Statistics
{
/**
* @var TimeInterval
*/
public $resolutionTime;
}