Project page

This commit is contained in:
Matthieu Napoli
2014-09-09 18:49:35 +07:00
parent fa44efe905
commit 4ed90181ec
13 changed files with 219 additions and 14 deletions

View File

@@ -0,0 +1,18 @@
<?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;
}