Add PHPDoc for magically readable properties
This commit is contained in:
parent
f27b88d01f
commit
c7a615143e
|
@ -32,6 +32,8 @@ use OCC\Basics\Traits\Getter;
|
||||||
* @author Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
|
* @author Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
|
||||||
* @package opencultureconsulting/basics
|
* @package opencultureconsulting/basics
|
||||||
*
|
*
|
||||||
|
* @property-read string[] $allowedTypes
|
||||||
|
*
|
||||||
* @template AllowedType
|
* @template AllowedType
|
||||||
* @extends SplDoublyLinkedList<AllowedType>
|
* @extends SplDoublyLinkedList<AllowedType>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,6 +30,8 @@ use RuntimeException;
|
||||||
* @author Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
|
* @author Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
|
||||||
* @package opencultureconsulting/basics
|
* @package opencultureconsulting/basics
|
||||||
*
|
*
|
||||||
|
* @property-read string[] $allowedTypes
|
||||||
|
*
|
||||||
* @template AllowedType
|
* @template AllowedType
|
||||||
* @extends StrictList<AllowedType>
|
* @extends StrictList<AllowedType>
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -30,6 +30,8 @@ use RuntimeException;
|
||||||
* @author Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
|
* @author Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
|
||||||
* @package opencultureconsulting/basics
|
* @package opencultureconsulting/basics
|
||||||
*
|
*
|
||||||
|
* @property-read string[] $allowedTypes
|
||||||
|
*
|
||||||
* @template AllowedType
|
* @template AllowedType
|
||||||
* @extends StrictList<AllowedType>
|
* @extends StrictList<AllowedType>
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue