HomePhorge

Description

php8 fixes

Details

Provenance
mollekopfAuthored on Dec 23 2022, 5:40 PM
mollekopfPushed on Jan 13 2023, 1:17 PM
Parents
rRPK8e3561758ae6: Add support for Cyrus v3 Freebusy service
Branches
Loading...
Tags
Loading...
Build Status
Buildable 41078

Event Timeline

Christian Mollekopf <mollekopf@apheleia-it.ch> committed rRPKfdc99058187b: php8 fixes (authored by Christian Mollekopf <mollekopf@apheleia-it.ch>).Jan 11 2023, 4:58 PM
machniak added inline comments.
/plugins/kolab_files/lib/kolab_files_engine.php
147

Whenever there's if involved I'd prefer if (!empty($var)) instead.

/plugins/kolab_notes/kolab_notes.php
115

Here empty($this->rc->output->env['framed']).

/plugins/libkolab/lib/kolab_storage.php
968

Here just !empty() could be used.