dkd / php-cmis-client

This is a PHP CMIS Client implementation based on OpenCMIS. It has been retired and put in to archive mode.
Apache License 2.0
54 stars 34 forks source link

Allow null as value for localNamespace property #64

Closed sascha-egerer closed 5 years ago

sascha-egerer commented 6 years ago

The property localNamespace is not required and so the value sometimes can be null. To prevent error notices "value has been casted from null to string" the value is not casted anymore from null to string.

Fixes #63