freescout-calendar-module/vendor/dallgoot/yaml/tests/cases/dumping/stdObject.php
2024-09-10 16:29:40 +02:00

6 lines
No EOL
73 B
PHP

<?php
$yaml = new \stdClass;
$yaml->prop = "my property";
return $yaml;