Skip to content

Commit 8b259f5

Browse files
committed
Add strict_types declaration
1 parent d098a1a commit 8b259f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/internal/Magento/Framework/App/Utility/IPAddress.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* See COPYING.txt for license details.
66
*/
77

8+
declare(strict_types=1);
9+
810
namespace Magento\Framework\App\Utility;
911

1012
use Magento\Framework\Exception\LocalizedException;

0 commit comments

Comments
 (0)