[ticket/15286] Remove double semicolon

PHPBB3-15286
This commit is contained in:
Rubén Calvo 2018-05-08 14:17:17 +02:00
parent ed2165342f
commit 246cc01507

View file

@ -115,7 +115,7 @@ class phpbb_attachment_delete_test extends \phpbb_database_test_case
{ {
$this->storage->expects($this->any()) $this->storage->expects($this->any())
->method('delete') ->method('delete')
->willThrowException(new \phpbb\storage\exception\exception);; ->willThrowException(new \phpbb\storage\exception\exception);
} }
else else
{ {