From 246cc015079ba7b8a0c4841f89de460abfa5a9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Tue, 8 May 2018 14:17:17 +0200 Subject: [PATCH] [ticket/15286] Remove double semicolon PHPBB3-15286 --- tests/attachment/delete_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/attachment/delete_test.php b/tests/attachment/delete_test.php index e539edd30d..cefe076bbf 100644 --- a/tests/attachment/delete_test.php +++ b/tests/attachment/delete_test.php @@ -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 {