($updates, $timestamp)
| 88 | } |
| 89 | |
| 90 | public function update($updates, $timestamp) { |
| 91 | if (count($updates) > 0) { |
| 92 | $this->validate($timestamp); |
| 93 | $this->timestamp = $timestamp; |
| 94 | |
| 95 | foreach ($updates as $update) { |
| 96 | $this->process($update); |
| 97 | } |
| 98 | } |
| 99 | } |
| 100 | } |
no test coverage detected