Jordi Boggiano
|
bd5968a567
Add missing types to constructor args
|
3 年之前 |
Jordi Boggiano
|
6627c092d8
Add phpstan strict rules and deprecation rules, fix all related issues
|
3 年之前 |
Jordi Boggiano
|
7952a83e0c
Move phpdoc to native types
|
3 年之前 |
Jordi Boggiano
|
2d006a8472
Convert level/levelName to enums (#1656)
|
3 年之前 |
Jordi Boggiano
|
19542ed8ef
Normalize @inheritDoc tags, refs #1557
|
4 年之前 |
Jordi Boggiano
|
4ef5da80ad
Fix CS
|
4 年之前 |
Jordi Boggiano
|
13d40f953f
More type fixes towards level 7
|
4 年之前 |
Jordi Boggiano
|
01d104aa78
Add Record/Level/LevelName type aliases and improve phpstan type coverage to level 6
|
4 年之前 |
Jordi Boggiano
|
4a33226f25
Wrap up type-hint adding to all handlers
|
7 年之前 |
Jordi Boggiano
|
06143b03e5
Add a bunch of return types and fix type inconsistencies reports from phan
|
7 年之前 |
Jordi Boggiano
|
21dde4dedb
Move to strict mode and fix tests
|
9 年之前 |
Jordi Boggiano
|
8a45ed75cc
Auto-detecting of mime type for emails and switched to HtmlFormatter for emails by default, fixes #577
|
9 年之前 |
Jordi Boggiano
|
f200e79879
CS fixes
|
9 年之前 |
Jordi Boggiano
|
a754edc64c
Add ability to use formatter in email subject lines
|
9 年之前 |
Jordi Boggiano
|
c889fb2648
CS fixes & upgrading cs fixer config
|
10 年之前 |
Elan Ruusamäe
|
745100db42
Update NativeMailerHandler.php
|
10 年之前 |
Pascal Borreli
|
a2c6c37c8d
Fixed typos
|
11 年之前 |
Jordi Boggiano
|
4b6c798f9c
Merge pull request #522 from elyobo/consistent-fluent-return-values
|
11 年之前 |
Liam O'Boyle
|
c373cfbc30
Allow passing additional parameters to PHP's mail().
|
11 年之前 |
Liam O'Boyle
|
42ea303cfe
Return self from NativeMailerHandler::addHeader().
|
11 年之前 |
Christophe Coevoet
|
0da47a8d93
Fix the exception message
|
11 年之前 |
Jordi Boggiano
|
515a096c86
Prevent header injection through content type / encoding in NativeMailerHandler, fixes #458, closes #448
|
11 年之前 |
Menno Holtkamp
|
b816cef167
Updated PHPDoc, $to property is an array
|
11 年之前 |
Jordi Boggiano
|
392ef35fd4
CS fixes
|
11 年之前 |
Jordi Boggiano
|
65109e6df4
Prevent empty headers from having a leading \r\n
|
12 年之前 |
Mark Garrett
|
f7bb2cd820
Correct spacing
|
12 年之前 |
Mark Garrett
|
e490186a7c
Allow for different Content-type and character encodings; Insert a MIME-Version header for HTML emails if there isn't one already; More documentation;
|
12 年之前 |
Jordi Boggiano
|
7a8844d4db
Fix CS and add chainability to a few more setter methods, refs #221
|
12 年之前 |
Julio Montoya
|
7717c4f1df
Adding a new maxColumnWidth property see #217
|
12 年之前 |
Jordi Boggiano
|
458daf3040
Adjust exception message
|
13 年之前 |