Skip to content

Commit a453912

Browse files
committed
refactor: add declare(strict_types=1) to new class
1 parent 633faff commit a453912

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

system/CLI/InputOutput.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
/**
46
* This file is part of CodeIgniter 4 framework.
57
*

system/Test/Mock/MockInputOutput.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
declare(strict_types=1);
34

45
/**

0 commit comments

Comments
 (0)