robotomize/fujes

View on GitHub
src/robotomize/Utils/IUtils.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
    /**
     * This file is part of the Fujes package.
     * @link    https://github.com/robotomize/fujes
     * @license http://www.opensource.org/licenses/mit-license.php MIT (see the LICENSE file)
     */
namespace robotomize\Utils;

/**
 * Class Utils - common utils
 * @package robotomize\Utils
 * @author robotomize@gmail.com
 */
interface IUtils
{

}