k911/swoole-bundle

View on GitHub
src/functions_include.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

// Don't redefine the functions if included multiple times.
if (!\function_exists('App\Bundle\SwooleBundle\Functions\replace_object_property')) {
    require __DIR__.'/functions.php';
}