| 1 | <?php |
||
| 11 | class ClassPropertiesFormatter extends ClassNameFormatter |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var PropertyNormalizer |
||
| 15 | */ |
||
| 16 | private $normalizer; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param PropertyNormalizer $normalizer |
||
| 20 | */ |
||
| 21 | public function __construct(PropertyNormalizer $normalizer = null) |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritDoc} |
||
| 28 | */ |
||
| 29 | public function commandContext($command) |
||
| 33 | } |
||
| 34 |