We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741a869 commit c8c9ee5Copy full SHA for c8c9ee5
src/Classes/ArabicDiffForHumans.php
@@ -38,13 +38,9 @@ public function getFromDateString($dateString)
38
public function get($timeStamp)
39
{
40
$diff = $this->getDifference($timeStamp);
41
- echo $diff;
42
- echo "\n";
+
43
$unit = $this->unit($diff);
44
- echo $unit;
45
46
$valueOfDifference = floor($this->DiffValue($diff, $unit));
47
- echo $valueOfDifference . "\n";
48
$result = "";
49
50
foreach ($this->formatted as $key => $value) {
0 commit comments