Skip to content

Commit

Permalink
Merge pull request #104 from Arhell/git
Browse files Browse the repository at this point in the history
update src folder links
  • Loading branch information
bizley authored Dec 2, 2023
2 parents 54618f4 + 1e9ed7b commit c34ec5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/Logger.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\swiftmailer;
Expand Down Expand Up @@ -93,4 +93,4 @@ public function dump()
{
return '';
}
}
}
6 changes: 3 additions & 3 deletions src/Mailer.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\swiftmailer;
Expand Down Expand Up @@ -66,7 +66,7 @@
* ->send();
* ```
*
* @see http://swiftmailer.org
* @see https://swiftmailer.org
*
* @property-read \Swift_Mailer $swiftMailer Swift mailer instance.
* @property-read \Swift_Transport $transport
Expand Down
6 changes: 3 additions & 3 deletions src/Message.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
/**
* @link http://www.yiiframework.com/
* @link https://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
* @license https://www.yiiframework.com/license/
*/

namespace yii\swiftmailer;
Expand All @@ -15,7 +15,7 @@
/**
* Message implements a message class based on SwiftMailer.
*
* @see http://swiftmailer.org/docs/messages.html
* @see https://swiftmailer.org/docs/messages.html
* @see Mailer
*
* @method Mailer getMailer() returns mailer instance.
Expand Down

0 comments on commit c34ec5a

Please sign in to comment.