<?php

/**
 * @author     Pieter Wiersema <p.wiersema@allcode.nl>
 * @copyright  Copyright (c) 2011-now AllCode, https://allcode.nl
 */

namespace LaminasTest\Code\Reflection\TestAsset;

class TestSampleClass14
{
    /**
     * @var string
     */
    public $onlyType;

    /**
     * @var string Foo bar
     */
    public $typeDescription;

    /**
     * @var string $typeName
     */
    public $typeName;

    /**
     * @var string $typeNameDescription Foo bar
     */
    public $typeNameDescription;
}
