This repository was archived by the owner on Sep 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616use Dkd \PhpCmis \Exception \CmisInvalidArgumentException ;
1717
1818/**
19- * Convert a Type Mutability Object to a string representation
19+ * Convert a Type Mutability Object to a array representation
2020 */
2121class TypeMutabilityInterfaceConverter implements TypeConverterInterface
2222{
2323 /**
2424 * Convert given object to a scalar representation or an array of scalar values.
2525 *
26- * @param $object
27- * @return string [] Array / Scalar representation of object
26+ * @param TypeMutabilityInterface $object
27+ * @return boolean [] Array representation of object
2828 * @throws CmisInvalidArgumentException thrown if given object does not implement expected TypeMutabilityInterface
2929 */
3030 public static function convertToSimpleType ($ object )
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ class EnumerationConverter implements TypeConverterInterface
2222 /**
2323 * Convert given object to a scalar representation or an array of scalar values.
2424 *
25- * @param $object
26- * @return string Array / Scalar representation of object
25+ * @param Enumeration $object
26+ * @return string String representation of Enumeration value
2727 * @throws CmisInvalidArgumentException is thrown if given object does not implement expected Enumeration interface
2828 */
2929 public static function convertToSimpleType ($ object )
You can’t perform that action at this time.
0 commit comments