Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit 5d00f36

Browse files
committed
Fixed strict type in PHP file
1 parent b3339fe commit 5d00f36

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/php-formatter

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
* @author Marc Morera <[email protected]>
1515
*/
1616

17+
declare(strict_types=1);
18+
1719
require __DIR__ . '/../src/bootstrap.php';
1820

1921
use Mmoreram\PHPFormatter\Console\Application;
2022

2123
error_reporting(-1);
22-
ini_set('display_errors', 1);
24+
ini_set('display_errors', '1');
2325

2426
// run the command application
2527
$application = new Application();

build/php-formatter.phar

56 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)