Skip to content

Commit 4544fac

Browse files
committed
Add initial Formatter class
1 parent a6f970c commit 4544fac

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Formatter.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
3+
4+
namespace Ayesh\PHP_Timer;
5+
6+
/**
7+
* Class Formmater
8+
* Formatter helper to format time intervals.
9+
*
10+
* @package Ayesh\PHP_Timer
11+
*/
12+
class Formmater {
13+
14+
}

0 commit comments

Comments
 (0)