Skip to content

Commit ce3c689

Browse files
committed
Add missing PHPDoc comment.
1 parent 5ec8d43 commit ce3c689

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Linker.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: PHPMailer-phpMussel linker (last modified: 2021.05.28).
11+
* This file: PHPMailer-phpMussel linker (last modified: 2021.07.10).
1212
*/
1313

1414
namespace phpMussel\PHPMailer;
@@ -34,6 +34,7 @@ class Linker
3434
* Construct the linker instance.
3535
*
3636
* @param \phpMussel\Core\Loader $Loader The instantiated loader object, passed by reference.
37+
* @return void
3738
*/
3839
public function __construct(\phpMussel\Core\Loader &$Loader)
3940
{

0 commit comments

Comments
 (0)