php-codesniffer/tests/DigiComp/Sniffs/Annotations/data/Child.php

12 lines
159 B
PHP
Raw Normal View History

<?php
namespace Inwebs\PhpCodesniffer\Sniffs\Annotations\data;
class Child extends PropertyOrder
{
/**
* @inheritDoc
*/
protected $test;
}