Fleshgrinder/php-assertion

View on GitHub
src/BackwardsCompatibility/Variable.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

// @codingStandardsIgnoreStart

/**
 * This class is for backwards compatibility only. It would also be possible to
 * use the {@see \class_alias} function, however, static code analysis tools,
 * like the one built-in into IDEs, will not recognize the class and display
 * errors. Hence, it is better to use an actual class.
 */
abstract class Variable extends Fleshgrinder\Assertions\Variable {

    // Intentionally left blank.

}

// @codingStandardsIgnoreEnd