1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/10899] Remove trailing ;

PHPBB3-10899
This commit is contained in:
Tristan Darricau 2014-05-28 11:50:13 +02:00
parent dfec62c68d
commit d3f4dbedde

View File

@ -353,7 +353,7 @@ class log implements \phpbb\log\log_interface
break;
case 'critical':
$log_type = LOG_CRITICAL;;
$log_type = LOG_CRITICAL;
break;
default: