Skip to content

Commit bbff8be

Browse files
bighappyfaceerayd
authored andcommitted
Merge pull request jsonrainbow#488 from localheinz/fix/unused-method
Fix: Remove unused private method
1 parent e08ea52 commit bbff8be

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/Constraints/LongArraysTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,4 @@ public function testLongIntegerArray()
100100
$validator->check($checkValue, $schema);
101101
$this->assertTrue($validator->isValid(), print_r($validator->getErrors(), true));
102102
}
103-
104-
private static function millis()
105-
{
106-
$mt = explode(' ', microtime());
107-
108-
return $mt[1] * 1000 + round($mt[0] * 1000);
109-
}
110103
}

0 commit comments

Comments
 (0)