mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-26 08:05:53 +03:00
[PR #600] [CLOSED] Update SwiftMailerHandler.php #1250
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#1250
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Seldaek/monolog/pull/600
Author: @kierwils
Created: 7/9/2015
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
cece8cdUpdate SwiftMailerHandler.php📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/Monolog/Handler/SwiftMailerHandler.php(+1 -1)📄 Description
Swift_Message setDate now requires a DateTime object
Catchable fatal error: Argument 1 passed to Swift_Mime_SimpleMessage::setDate() must implement interface DateTimeInterface, integer given, called in monolog/monolog/src/Monolog/Handler/SwiftMailerHandler.php on line 69 and defined in swiftmailer/swiftmailer/lib/classes/Swift/Mime/SimpleMessage.php on line 98
Using:
"monolog/monolog": "dev-master"
"swiftmailer/swiftmailer": "dev-master",
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.