@@ -31,7 +31,7 @@ class BinaryType implements TypeInterface
/**
* Identifier name for this type
*
- * @var string
+ * @var string|null
*/
protected $_name = null;
@@ -30,7 +30,7 @@ class BoolType implements TypeInterface
@@ -80,7 +80,7 @@ class DateTimeType implements TypeInterface
@@ -30,7 +30,7 @@ class FloatType implements TypeInterface
@@ -30,7 +30,7 @@ class IntegerType implements TypeInterface