Skip to content

Commit 568fb13

Browse files
committed
Remove ini_set()
1 parent 0f4395d commit 568fb13

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/vendor/
2+
/composer.lock

public/index.php

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
declare(strict_types=1);
44

5-
ini_set('display_errors', 'On');
6-
75
require '../vendor/autoload.php';
86
require '../vendor/phpbenchmarks/symfony-serializer-common/src/benchmark.php';
97

0 commit comments

Comments
 (0)