Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Notifier] Add Pusher Notifier Bridge #48203

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

Closed
wants to merge 23 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0ec6455
feat: add Pusher symfony notifier bridge
bitgandtter Nov 12, 2022
a8a7775
fix: composer.json package name
bitgandtter Nov 12, 2022
0d18b48
fix: LICENSE and CHANGELOG.md
bitgandtter Nov 12, 2022
1fbbcfe
chore: apply fabbot
bitgandtter Nov 12, 2022
c582df8
chore: apply fabbot
bitgandtter Nov 12, 2022
8c00bad
chore: apply fabbot
bitgandtter Nov 12, 2022
073986f
chore: work on PR comments
bitgandtter Nov 14, 2022
8b701a7
chore: drop declare strict types
bitgandtter Nov 14, 2022
c67f28a
chore: small format changes
bitgandtter Nov 14, 2022
dcd029f
fix: add pusher package to main composer.json to fix tests
bitgandtter Nov 14, 2022
88bad27
chore: set PusherRecipientInterface as typehint of asPushMessage method
bitgandtter Dec 2, 2022
dee00b6
chore: set RecipientInterface as typehint of asPushMessage method
bitgandtter Dec 2, 2022
45ad1c6
Remove calls to AnnotationRegistry::registerLoader()
derrabus Dec 20, 2022
6cd8b6e
[PhpUnitBridge] Revert "minor #48725 Remove calls to `AnnotationRegis…
nicolas-grekas Dec 28, 2022
0d251c5
Remove calls to AnnotationRegistry::registerLoader()
derrabus Dec 20, 2022
f7165d7
[PhpUnitBridge] Revert "minor #48725 Remove calls to `AnnotationRegis…
nicolas-grekas Dec 28, 2022
a17252a
Remove calls to AnnotationRegistry::registerLoader()
derrabus Dec 20, 2022
dc3e77d
chore: fabbot
bitgandtter Jan 9, 2023
4771f05
fix: LICENSE
bitgandtter Jan 9, 2023
60ec41e
chore: rebase for #49385
bitgandtter Feb 15, 2023
a4c4401
chore: apply comments from #49385
bitgandtter Feb 15, 2023
7429e4d
feat: drop autoconfigure tag from transport factory
bitgandtter Feb 16, 2023
2787214
chore: drop extra - on CHANGELOG.md
bitgandtter Feb 16, 2023
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
Prev Previous commit
Next Next commit
chore: drop declare strict types
  • Loading branch information
bitgandtter committed Feb 15, 2023
commit 8b701a79c15def5dc7ef0994e99ba664d862bf6c
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Symfony package.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Symfony package.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Symfony package.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Symfony package.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Symfony package.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Symfony package.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Symfony package.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

/*
* This file is part of the Symfony package.
*
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.