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:
parent
ed2165342f
commit
246cc01507
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user