mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
[ticket/10824] Move declare strict_types and adjust version
PHPBB3-10824
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
*
|
||||
* This file is part of the phpBB Forum Software package.
|
||||
@@ -12,6 +11,8 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace phpbb\json;
|
||||
|
||||
use phpbb\request\type_cast_helper;
|
||||
|
Reference in New Issue
Block a user