Project page
This commit is contained in:
18
src/Maintained/Statistics/Statistics.php
Normal file
18
src/Maintained/Statistics/Statistics.php
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user