| Total Complexity | 4 |
| Total Lines | 34 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | abstract class Assertion |
||
| 13 | { |
||
| 14 | /** @var ReflectionProperty|null */ |
||
| 15 | private static $unBufferedChangesReflection; |
||
| 16 | |||
| 17 | final private function __construct() |
||
| 19 | } |
||
| 20 | |||
| 21 | public static function assertChangesEqual( |
||
| 33 | } |
||
| 34 | |||
| 35 | private static function reflectionUnBufferedChanges() : ReflectionProperty |
||
| 48 |