8000 Add `Illuminate\Support\EncodedHtmlString` by crynobone · Pull Request #54737 · laravel/framework · GitHub
[go: up one dir, main page]

Skip to content

Add Illuminate\Support\EncodedHtmlString #54737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 46 commits into from
Mar 18, 2025
Merged
Changes from 2 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
1744ba5
wip
crynobone Feb 21, 2025
37a4a89
wip
crynobone Feb 21, 2025
ba5c5b0
wip
crynobone Feb 21, 2025
98b52b1
wip
crynobone Feb 21, 2025
f2317c3
wip
crynobone Feb 21, 2025
6aa1f01
wip
crynobone Feb 21, 2025
e54d8a0
wip
crynobone Feb 21, 2025
ca869ce
wip
crynobone Feb 21, 2025
f76996f
wip
crynobone Feb 21, 2025
208256f
wip
crynobone Feb 21, 2025
cdca973
wip
crynobone Feb 21, 2025
d405551
wip
crynobone Feb 21, 2025
1f0889f
wip
crynobone Feb 21, 2025
bbd61dc
wip
crynobone Feb 24, 2025
1859539
Apply fixes from StyleCI
StyleCIBot Feb 24, 2025
e1b4315
wip
crynobone Feb 24, 2025
b3a8891
Merge remote-tracking branch 'upstream/markdown-string' into markdown…
crynobone Feb 24, 2025
dc4e4ba
wip
crynobone Feb 24, 2025
4dfa33c
wip
crynobone Feb 24, 2025
93d8418
wip
crynobone Feb 24, 2025
cd647d1
Apply fixes from StyleCI
StyleCIBot Feb 24, 2025
4bf64bb
wip
crynobone Feb 24, 2025
cd5b117
Merge remote-tracking branch 'upstream/markdown-string' into markdown…
crynobone Feb 24, 2025
ab43534
wip
crynobone Feb 24, 2025
823571a
Update EncodedHtmlString.php
crynobone Feb 24, 2025
1c578fe
wip
crynobone Feb 28, 2025
8b9fe3e
wip
crynobone Feb 28, 2025
20b8503
wip
crynobone Feb 28, 2025
7eac843
wip
crynobone Feb 28, 2025
9fd2d7e
Apply fixes from StyleCI
StyleCIBot Feb 28, 2025
18cb73d
Update EncodedHtmlString.php
crynobone Feb 28, 2025
23e9df0
Update Markdown.php
crynobone Feb 28, 2025
87abdeb
Update src/Illuminate/Mail/Markdown.php
crynobone Feb 28, 2025
6138315
wip
crynobone Mar 4, 2025
a68cc34
Apply fixes from StyleCI
StyleCIBot Mar 4, 2025
969b82c
wip
crynobone Mar 4, 2025
26b21bd
Merge remote-tracking branch 'upstream/markdown-string' into markdown…
crynobone Mar 4, 2025
cfeeafb
wip
crynobone Mar 4, 2025
38db599
wip
crynobone Mar 4, 2025
35d8b50
wip
crynobone Mar 4, 2025
0e68768
wip
crynobone Mar 4, 2025
72f0075
wip
crynobone Mar 4, 2025
2b4d4b4
wip
crynobone Mar 5, 2025
72a85b3
wip
crynobone Mar 5, 2025
5b4f029
formatting
taylorotwell Mar 18, 2025
7f84895
formatting
taylorotwell Mar 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/Integration/Mail/MarkdownParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Illuminate\Tests\Integration\Mail;

use Illuminate\Mail\Markdown;
use Illuminate\Mail\MarkdownString;
use Illuminate\Support\HtmlString;
use Orchestra\Testbench\TestCase;
use PHPUnit\Framework\Attributes\DataProvider;
Expand Down
Loading
0