rewrite v0.8

This commit is contained in:
Pontoporeia
2023-05-02 12:15:28 +02:00
parent 9bf4593ae5
commit 763ad7d722
4 changed files with 46 additions and 22 deletions

View File

@@ -3,10 +3,11 @@
// Configure error reporting
ini_set('display_errors', 0);
ini_set('log_errors', 1);
ini_set('error_log', 'path/to/your/error.log');
ini_set('error_log', 'error.log');
require_once 'vendor/autoload.php';
use Symfony\Component\Yaml\Yaml;
use Behat\Transliterator\Transliterator;
// Define variables
$yamlFolder = "data/yaml/";