stanley-king 4 年之前
父節點
當前提交
5875232cab
共有 1 個文件被更改,包括 0 次插入1 次删除
  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) {