diff --git a/flextype/core/Forms.php b/flextype/core/Forms.php index 17af0ef8..d60d60f6 100644 --- a/flextype/core/Forms.php +++ b/flextype/core/Forms.php @@ -24,9 +24,18 @@ class Forms { /** * Flextype Dependency Container + * + * @var + * @access private */ private $flextype; + /** + * Sizes + * + * @var array + * @access private + */ private $sizes = [ '1/12' => 'col-1', '2/12' => 'col-2',