We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4395d commit 568fb13Copy full SHA for 568fb13
.gitignore
@@ -1 +1,2 @@
1
/vendor/
2
+/composer.lock
public/index.php
@@ -2,8 +2,6 @@
3
declare(strict_types=1);
4
5
-ini_set('display_errors', 'On');
6
-
7
require '../vendor/autoload.php';
8
require '../vendor/phpbenchmarks/symfony-serializer-common/src/benchmark.php';
9
0 commit comments