norse-blue/php-string-extensions-uuid

View on GitHub
.ide_helper.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace {

    exit("This file should not be included, only analyzed by your IDE.");
}

namespace NorseBlue\ScalarObjects\Types {

    use Ramsey\Uuid\UuidInterface;

    if (false) {

        /**
         * @method static UuidInterface orderedUuid()
         * @method static UuidInterface uuid()
         *
         * @see \NorseBlue\StringExtensions\UUID\Extensions\StringOrderedUuidExtension;
         * @see \NorseBlue\StringExtensions\UUID\Extensions\StringUuidExtension;
         */
        class StringType
        {
        }
    }
}

namespace NorseBlue\ScalarObjects\Facades {

    use Ramsey\Uuid\UuidInterface;

    if (false) {

        /**
         * @method static UuidInterface orderedUuid()
         * @method static UuidInterface uuid()
         */
        class StringFacade
        {
        }
    }
}