mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15286] Remove double semicolon
PHPBB3-15286
This commit is contained in:
parent
ed2165342f
commit
246cc01507
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue