Skip to content

Commit 6d2ffdd

Browse files
author
Sebastian Krätzig
committed
Fixed coding standards (removed trailing spaces)
1 parent 0ad68d3 commit 6d2ffdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PhpImap/Mailbox.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1396,10 +1396,10 @@ public function imap($methodShortName, $args = [], $prependConnectionAsFirstArg
13961396
* Combine Subfolder or Folder to the connection.
13971397
* Have the imapPath a folder added to the connection info, then will the $folder added as subfolder.
13981398
* If the parameter $absolute TRUE, then will the connection new builded only with this folder as root element.
1399-
*
1399+
*
14001400
* @param string $folder Folder, the will added to the path
14011401
* @param bool $absolute Add folder as root element to the connection and remove all other from this
1402-
*
1402+
*
14031403
* @return string Return the new path
14041404
*/
14051405
protected function getCombinedPath(string $folder, bool $absolute = false)

0 commit comments

Comments
 (0)