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

Code reduction using PHP7 features #44

Closed NamelessCoder closed 7 years ago

NamelessCoder commented 7 years ago

Implements PHP7 features like null coalesce operator and cleans up a range of methods to use array_map / array_filter and closures for filtering and converting input arrays.