File "simpleFunction.php"

Full path: /var/www/html/back/vendor/phpdocumentor/reflection/tests/integration/data/simpleFunction.php
File size: 0.08 KB (83 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

function simpleFunction(array $options = []): void
{
    return;
}

exit();