mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/15286] Remove double semicolon
PHPBB3-15286
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user