stanley-king 4 anni fa
parent
commit
5875232cab
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      tests/TestIndex.php

+ 0 - 1
tests/TestIndex.php

@@ -83,7 +83,6 @@ class TestIndex extends TestCase
 
     private function elapse($seconds)
     {
-        $result = '';
         $minutes = intval($seconds / 60);
 
         if($minutes >= 60) {