Skip to content

Commit

Permalink
PHP 7.3 continue -> break fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Sep 14, 2019
1 parent 0e21e0f commit 655f044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/ActiveSync/Request/Search.php
Expand Up @@ -299,7 +299,7 @@ protected function _handle()
$this->_encoder->endTag();

$this->_encoder->endTag();
continue;
break;

case 'gal':
$this->_encoder->startTag(self::SEARCH_RESULT);
Expand Down

0 comments on commit 655f044

Please sign in to comment.