Skip to content

Commit

Permalink
Merge pull request #370 from barbushin/develop
Browse files Browse the repository at this point in the history
Issue #369: Removed type hinting due to PHP 5.6 support
  • Loading branch information
Sebbo94BY authored Jul 23, 2019
2 parents bb357ef + ae83e3d commit 1abe83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PhpImap/Mailbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ public function imap($methodShortName, $args = [], $prependConnectionAsFirstArg
*
* @return string Return the new path
*/
protected function getCombinedPath(string $folder, bool $absolute = false)
protected function getCombinedPath($folder, $absolute = false)
{
if (!empty($folder)) {
if ('}' === substr($this->imapPath, -1) || true === $absolute) {
Expand Down

0 comments on commit 1abe83b

Please sign in to comment.