1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-31 05:53:14 +02:00

[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())
->method('delete')
->willThrowException(new \phpbb\storage\exception\exception);;
->willThrowException(new \phpbb\storage\exception\exception);
}
else
{