8000 Validator uninitialized handling (edit: branch created from false source branch) by SpiGAndromeda · Pull Request #14375 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Validator uninitialized handling (edit: branch created from false source branch) #14375

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 9,083 commits into from
Closed

Validator uninitialized handling (edit: branch created from false source branch) #14375

wants to merge 9,083 commits into from

Conversation

SpiGAndromeda
Copy link
Contributor

The Validator component is able to handle uninitialized properties since this PR was merged.

However, the behavior (null usage) is not documented in the symfony docs.

javiereguiluz and others added 30 commits September 24, 2020 16:35
This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

Reword wrong sentence

cc @nicolas-grekas

Commits
-------

767f90d Reword wrong sentence
* 4.4:
  Reword wrong sentence
* 5.1:
  Reword wrong sentence
…-menshchikov)

This PR was merged into the 5.1 branch.

Discussion
----------

New DI configuration syntax (PHP) instead of "legacy"

Remake of #14274

Commits
-------

7db3301 New DI configuration syntax (PHP) instead of "legacy"
* 5.1:
  New DI configuration syntax (PHP) instead of "legacy"
This PR was squashed before being merged into the 4.4 branch.

Discussion
----------

Missed cleanup in fluent migration

Commits
-------

1a9c48e Missed cleanup in fluent migration
* 4.4:
  Missed cleanup in fluent migration
* 5.1:
  User service() instead of ref()
  Missed cleanup in fluent migration
This PR was squashed before being merged into the master branch.

Discussion
----------

Translatable objects

Goal: Add docs for translatable objects.

Feature: symfony/symfony#37670
Fixes #14145

Unsure how in-depth the docs should go. Open to feedback and collaboration.

Commits
-------

a2ad274 Translatable objects
…s6o9)

This PR was squashed before being merged into the master branch.

Discussion
----------

[Mailer] Added documentation for Sendinblue bridge

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

a1e19e2 [Mailer] Added documentation for Sendinblue bridge
* 3.4:
  Add missing `->end()` method call
* 4.4:
  Add missing `->end()` method call
* 5.1:
  Add missing `->end()` method call
…ry" (GaryPEGEOT)

This PR was merged into the master branch.

Discussion
----------

[HTTP_CLIENT] Add documentation for "mock_response_factory"

Fixes #14141

Commits
-------

5f6f585 [HTTP_CLIENT] Add documentation for "mock_response_factory"
This PR was merged into the 4.4 branch.

Discussion
----------

Improve doc about log channel and env

Hi

On 3.4 there was such info which is important IMO
ref: https://symfony.com/doc/3.4/logging/channels_handlers.html

but on 4.4+, this info is missing (i do not know if deliberate or mistake)

Maybe related to Slack discussion https://symfony-devs.slack.com/archives/C3EQ7S3MJ/p1597377730129600

Commits
-------

a4aa344 Improve doc about log channel and env
* 4.4:
  Reword
  Improve doc about log channel and env
* 5.1:
  Reword
  Improve doc about log channel and env
… (ogizanagi)

This PR was squashed before being merged into the master branch.

Discussion
----------

[VarDumper] Document the VAR_DUMPER_FORMAT=server format

Fixes #14063

Commits
-------

5cb0e36 [VarDumper] Document the VAR_DUMPER_FORMAT=server format
javiereguiluz and others added 22 commits October 7, 2020 13:23
* 5.1:
  Updated caution message
This PR was merged into the 5.1 branch.

Discussion
----------

[lock] various fixes

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `5.x` for features of unreleased versions).

-->

Commits
-------

f4f5eb9 Various fixes
* 5.1:
  Various fixes
This PR was merged into the 5.x branch.

Discussion
----------

[HttpClient] add documentation for retry jitter

fixes #14363

Commits
-------

3914a06 Add jitter documentation
This PR was submitted for the master branch but it was squashed and merged into the 4.4 branch instead.

Discussion
----------

Fix wording and add missing wording

<!--

If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/releases for the list of maintained branches).

If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).

-->

Commits
-------

b9b89c0 Fix wording and add missing wording
* 4.4:
  Fix wording and add missing wording
* 5.1:
  Fix wording and add missing wording
This PR was merged into the 5.x branch.

Discussion
----------

Rename the translatable class

Update the translatable object class name. Fixes #14361

Commits
-------

cc7ba80 Rename the translatable class
This PR was merged into the 4.4 branch.

Discussion
----------

[lock] Add documentation about serializing lock

Commits
-------

81316ee Add documentation about serializing lock
* 4.4:
  Add documentation about serializing lock
* 5.1:
  Add documentation about serializing lock
This PR was merged into the 5.x branch.

Discussion
----------

[lock] Add documentation for Postgresql

Fixes #14362

Commits
-------

496ea82 Add documentation for Postgresql
An explanation for the handling of uninitialized typed properties (introduced with PHP 7.4) was added.
@SpiGAndromeda SpiGAndromeda changed the title Validator uninitialized handling Validator uninitialized handling (edit: branch created from false source branch) Oct 9, 2020
@SpiGAndromeda SpiGAndromeda deleted the validator_uninitialized_handling branch October 9, 2020 06:30
javiereguiluz added a commit that referenced this pull request Jan 8, 2021
…g (SpiGAndromeda)

This PR was submitted for the 3.4 branch but it was squashed and merged into the 4.4 branch instead.

Discussion
----------

[Validator] PHP 7.4 uninitialized typed property handling

The Validator component is able to handle uninitialized properties since this [PR](symfony/symfony@1edecf7) was merged.

However, the behavior (null usage) is not documented in the symfony docs.

P.S. PR [14375](#14375) was closed due to wrong source branch.

Commits
-------

645a4d8 [Validator] PHP 7.4 uninitialized typed property handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0