Skip to content

[Console] Fix docblock Command->addOption #44935

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 101 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
2d371de
updated version to 6.1
fabpot Nov 29, 2021
fe7db59
List Basecom.de as sponsor of Symfony 6.1
nicolas-grekas Nov 29, 2021
7d25047
minor #44333 List Basecom.de as sponsor of Symfony 6.1 (nicolas-grekas)
fabpot Nov 29, 2021
106c7c2
[Contracts] update branch-alias
nicolas-grekas Nov 29, 2021
470e1e1
minor #44340 [Contracts] update branch-alias (nicolas-grekas)
fabpot Nov 29, 2021
933a3fc
Fix typo in sponsor name
jovobe Nov 30, 2021
02b40c0
minor #44351 Fix typo in sponsor name (Johan M. von Behren)
xabbuh Nov 30, 2021
082223d
Merge branch '6.0' into 6.1
nicolas-grekas Dec 1, 2021
ba67bc9
Merge branch '6.0' into 6.1
nicolas-grekas Dec 1, 2021
8bdbd34
Merge branch '6.0' into 6.1
fabpot Dec 2, 2021
8d13f4b
Merge branch '6.0' into 6.1
fabpot Dec 2, 2021
e68d1cf
Merge branch '6.0' into 6.1
derrabus Dec 2, 2021
d2600e8
Merge branch '6.0' into 6.1
derrabus Dec 5, 2021
845f35f
adding xdebug_info page to webprofilerbundle
chr-hertel Dec 6, 2021
25b8bd9
Merge branch '6.0' into 6.1
chalasr Dec 6, 2021
94533d4
feature #44483 [HttpKernel][WebProfilerBundle] adding xdebug_info pag…
GromNaN Dec 7, 2021
28d4d6b
Use str_ends_with() and str_starts_with()
alexislefebvre Dec 6, 2021
6ab662b
minor #44499 Use str_ends_with() and str_starts_with() (alexislefebvre)
GromNaN Dec 7, 2021
bbe96c7
Leverage str_starts_with(), str_ends_with() and str_contains()
fancyweb Dec 8, 2021
590ac46
Merge branch '6.0' into 6.1
fabpot Dec 9, 2021
85065e4
Revert "bug #44494 Remove FQCN type hints on properties (fabpot)"
fabpot Dec 9, 2021
474fc81
Merge branch '6.0' into 6.1
fabpot Dec 9, 2021
e2ff187
Update cookie date time format
chapterjason Dec 9, 2021
cdeba5a
Merge branch '6.0' into 6.1
fancyweb Dec 11, 2021
cbcfff2
feature #44543 [HttpFoundation] Update cookie date time format (chapt…
fabpot Dec 11, 2021
fa65173
[Mailer][Mailgun] Allow multiple tags with MailgunApiTransport
starred-gijs Nov 18, 2021
6dc2b06
feature #44137 [Mailer] [Mailgun] Allow multiple TagHeaders with Mail…
fabpot Dec 11, 2021
3d8efd5
minor #44506 Leverage str_starts_with(), str_ends_with() and str_cont…
fabpot Dec 11, 2021
e3ac469
[Assets] Allows empty base url for dev
GromNaN Nov 19, 2021
5211e18
feature #44150 [Assets] Accept empty `base_url`, in order to simplify…
fabpot Dec 11, 2021
bcb18eb
Add modernize_strpos rule to PHP CS Fixer
fancyweb Dec 11, 2021
72a7e98
minor #44569 Add modernize_strpos rule to PHP CS Fixer (fancyweb)
fabpot Dec 11, 2021
bbfe9d8
[HttpClient] Allow yielding Exception from MockResponse's $body to mo…
fancyweb Dec 11, 2021
6e88f92
Merge branch '6.0' into 6.1
derrabus Dec 11, 2021
3f45596
Merge branch '6.0' into 6.1
nicolas-grekas Dec 13, 2021
d4a74f5
Merge branch '6.0' into 6.1
nicolas-grekas Dec 13, 2021
157c8c0
[Console] Issue 43602 : Add fish completion
guillaume-a Oct 21, 2021
64a4f02
feature #43641 [Console] Issue 43602 : Add fish completion (guillaume-a)
fabpot Dec 13, 2021
4d4f8b4
[Framework] Env var SYMFONY_IDE to set framework.ide
GromNaN Dec 11, 2021
23f374b
feature #44575 [Framework] Read env var SYMFONY_IDE by default for fr…
GromNaN Dec 13, 2021
d58449d
Make use of the nullsafe operator
derrabus Dec 13, 2021
ff4af00
minor #44597 Make use of the nullsafe operator (derrabus)
fabpot Dec 13, 2021
575ebf2
[Intl] Leverage array_is_list
fancyweb Dec 14, 2021
3a1f34a
Merge branch '6.0' into 6.1
nicolas-grekas Dec 14, 2021
ccc9186
[Workflow] Add return type annotations to the Event class
derrabus Dec 14, 2021
d8fd632
minor #44626 [Intl] Leverage array_is_list (fancyweb)
fabpot Dec 15, 2021
bf0091e
Merge branch '6.0' into 6.1
nicolas-grekas Dec 15, 2021
6be4729
Merge branch '6.0' into 6.1
derrabus Dec 15, 2021
b2e7fcd
Merge branch '6.0' into 6.1
nicolas-grekas Dec 15, 2021
bbdc403
[Messenger] Added generic template for `Envelope::last()` method
fractalzombie Dec 12, 2021
5eb8777
Merge branch '6.0' into 6.1
nicolas-grekas Dec 16, 2021
56f908a
Add more nullsafe operators
nicolas-grekas Dec 16, 2021
279bccb
minor #44659 Add more nullsafe operators (nicolas-grekas)
nicolas-grekas Dec 16, 2021
680eb90
[6.1] cs fixes
nicolas-grekas Dec 16, 2021
a976d27
minor #44583 [Messenger] Added generic template for `Envelope::last()…
nicolas-grekas Dec 17, 2021
3e49b0f
[PropertyInfo] Add support for phpDocumentor and PHPStan pseudo-types
Dec 3, 2021
53e49a8
feature #44451 [PropertyInfo] Add support for phpDocumentor and PHPSt…
nicolas-grekas Dec 17, 2021
5beaee8
[Translation] Translatable parameters
sylfabre Dec 16, 2021
ad391c5
Sync expected missing return types
nicolas-grekas Dec 17, 2021
932e846
Skip patching Envelope's return type
nicolas-grekas Dec 17, 2021
1dad23b
Fix patching return type of Envelope
nicolas-grekas Dec 17, 2021
e5ea631
feature #44672 [Translation] Translatable parameters (sylfabre)
fabpot Dec 17, 2021
3fb7af0
minor #44631 [Workflow] Add return type annotations to the Event clas…
fabpot Dec 17, 2021
812619c
[FrameworkBundle] Add @return TestContainer to KernelTestCase::getCon…
fancyweb Dec 17, 2021
e458492
minor #44695 [FrameworkBundle] Add `@return` TestContainer to KernelT…
fancyweb Dec 18, 2021
0f03f94
feature #44568 [HttpClient] Allow yielding Exception from MockRespons…
fancyweb Dec 18, 2021
9c2c076
[Lock] Expose SharedLockInterface from factory
ro0NL Dec 19, 2021
e7142a6
minor #44706 [Lock] Expose SharedLockInterface from factory (ro0NL)
nicolas-grekas Dec 20, 2021
c7b385e
Merge branch '6.0' into 6.1
derrabus Dec 21, 2021
224f3e3
[Console] Add method `__toString()` to `InputInterface`
boesing Jul 11, 2021
5ab9a34
feature #44746 [Console] Add method `__toString()` to `InputInterface…
chalasr Dec 21, 2021
4b598f4
Merge branch '6.0' into 6.1
derrabus Dec 22, 2021
5d6b4a0
[Mime] add DraftEmail
kbond Nov 26, 2021
0d6e859
feature #44311 [Mime] add DraftEmail (kbond)
fabpot Dec 22, 2021
f49cf52
Merge branch '6.0' into 6.1
nicolas-grekas Dec 25, 2021
199e405
[HtmlSanitizer] Introduce HtmlSanitizer component
tgalopin Dec 15, 2021
c89fab7
Add `exclude` to TaggedIterator and TaggedLocator
ruudk Dec 27, 2021
da52b32
Merge branch '6.0' into 6.1
derrabus Dec 27, 2021
424de23
feature #44681 [HtmlSanitizer] Introduce HtmlSanitizer component (tga…
fabpot Dec 28, 2021
6d3f3d7
[Filesystem] Renamed reused variable `$files` in `Filesystem::doRemov…
fwolfsjaeger Dec 28, 2021
3aa976b
feature #44774 Add `exclude` to `TaggedIterator` and `TaggedLocator` …
fabpot Dec 28, 2021
f2368be
Merge branch '6.0' into 6.1
fabpot Dec 28, 2021
6d9991c
Merge branch '6.0' into 6.1
nicolas-grekas Dec 28, 2021
c24cb69
Merge branch '6.0' into 6.1
nicolas-grekas Dec 29, 2021
87fb735
Merge branch '6.0' into 6.1
nicolas-grekas Dec 29, 2021
c545365
Merge branch '6.0' into 6.1
nicolas-grekas Dec 29, 2021
4274a1f
Merge branch '6.0' into 6.1
nicolas-grekas Dec 29, 2021
dffe98e
[YAML] Double escape strings with single quote marks
Ostrzyciel Jun 19, 2021
05c28ca
minor #44825 [Filesystem] Renamed reused variable `$files` in `Filesy…
fabpot Dec 30, 2021
cef3d5a
feature #41750 [Yaml] Double-quote strings with single quote marks (O…
fabpot Dec 30, 2021
78bb078
[Serializer] Give more hints when an attribute is not correctly used
lyrixx Dec 24, 2021
03bb8b9
[Messenger] add SerializedMessageStamp
nikophil Dec 13, 2021
c38a096
feature #44589 [Messenger] add SerializedMessageStamp (nikophil)
chalasr Dec 31, 2021
8466cfe
[HttpKernel] Add a controller argument resolver for backed enums
ogizanagi Dec 28, 2021
a0eecdf
feature #44831 [HttpKernel] Add a controller argument resolver for ba…
fabpot Jan 1, 2022
cac5c09
feature #44790 [Serializer] Give more hints when an attribute is not …
fabpot Jan 1, 2022
92155b6
Merge branch '6.0' into 6.1
fabpot Jan 2, 2022
425e2b6
Merge branch '6.0' into 6.1
fabpot Jan 2, 2022
54015cc
Bump license year
fabpot Jan 2, 2022
4b41d17
Merge branch '6.0' into 6.1
derrabus Jan 3, 2022
bd4293b
Fix docblock
MarcHagen Jan 6, 2022
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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"url": "src/Symfony/Contracts",
"options": {
"versions": {
"symfony/contracts": "3.0.x-dev"
"symfony/contracts": "3.1.x-dev"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Contracts/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
"dev-main": "3.1-dev"
},
"thanks": {
"name": "symfony/contracts",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Contracts/Deprecation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
"dev-main": "3.1-dev"
},
"thanks": {
"name": "symfony/contracts",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Contracts/EventDispatcher/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
"dev-main": "3.1-dev"
},
"thanks": {
"name": "symfony/contracts",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Contracts/HttpClient/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
"dev-main": "3.1-dev"
},
"thanks": {
"name": "symfony/contracts",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Contracts/Service/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
"dev-main": "3.1-dev"
},
"thanks": {
"name": "symfony/contracts",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Contracts/Translation/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
"dev-main": "3.1-dev"
},
"thanks": {
"name": "symfony/contracts",
Expand Down
2 changes: 1 addition & 1 deletion src/Symfony/Contracts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
"dev-main": "3.1-dev"
}
}
}