Skip to content

Commit

Permalink
manual review
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Nov 17, 2024
1 parent 329427a commit 3f76363
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion program/lib/Roundcube/rcube_storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use rcube_result_multifolder as rcube_result_multifolder;
use rcube_result_thread as rcube_result_thread;
use rcube_storage as rcube_storage;
use set_flag as set_flag; // TODO remove once fully_qualified_strict_types PHP CS Fixer is configured without leading_backslash_in_global_namespace option

/*
+-----------------------------------------------------------------------+
Expand Down Expand Up @@ -554,7 +555,7 @@ abstract public function set_flag($uids, $flag, $folder = null, $skip_cache = fa
*
* @return bool Operation status
*
* @see \set_flag
* @see set_flag
*/
public function unset_flag($uids, $flag, $folder = null)
{
Expand Down

0 comments on commit 3f76363

Please sign in to comment.