Skip to content
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

Remove lone dash #10812

Merged
merged 1 commit into from
Jul 3, 2023
Merged

Remove lone dash #10812

merged 1 commit into from
Jul 3, 2023

Conversation

greg0ire
Copy link
Member

@greg0ire greg0ire commented Jul 3, 2023

It renders as an extra bullet point at
https://www.doctrine-project.org/projects/doctrine-orm/en/stable/reference/query-builder.html#low-level-api, and I do not think that was intended.

It causes an issue when trying phpDocumentor/guides , but that's another story.

@derrabus derrabus added this to the 2.15.4 milestone Jul 3, 2023
@derrabus derrabus merged commit 8c59828 into 2.15.x Jul 3, 2023
@derrabus derrabus deleted the remove-lone-dash branch July 3, 2023 19:46
nicolas-grekas added a commit to nicolas-grekas/doctrine-orm that referenced this pull request Jul 7, 2023
* 2.15.x: (23 commits)
  Fix cloning entities when using lazy-ghost proxies
  Fixes recomputation of single entity change set when entity contains enum attributes. Due to the fact that originalEntityData contains enum objects and ReflectionEnumProperty::getValue() returns value of enum, comparison of values are always falsy, resulting to update columns value even though it has not changes.
  Fix code style issues
  Use absolute references
  Avoid colon followed by double colon
  Use correct syntax for references
  Fix invalid reference syntax
  Use rst syntax
  Use internal link
  Escape pipes
  Introduce new workflow to test docs
  Remove lone dash (doctrine#10812)
  Treat id field proprites same as regular field
  Move three "Ticket/"-style tests to the right namespace
  Follow recommendation about multiline type
  Fix unserialize() errors when running tests on PHP 8.3 (doctrine#10803)
  Explain `EntityManager::getReference()` peculiarities (doctrine#10800)
  Upgrade to Psalm 5.13
  test: assert `postLoad` has data first
  distinct() updates QueryBuilder state correctly
  ...
nicolas-grekas added a commit to nicolas-grekas/doctrine-orm that referenced this pull request Jul 7, 2023
* 2.15.x: (23 commits)
  Fix cloning entities when using lazy-ghost proxies
  Fixes recomputation of single entity change set when entity contains enum attributes. Due to the fact that originalEntityData contains enum objects and ReflectionEnumProperty::getValue() returns value of enum, comparison of values are always falsy, resulting to update columns value even though it has not changes.
  Fix code style issues
  Use absolute references
  Avoid colon followed by double colon
  Use correct syntax for references
  Fix invalid reference syntax
  Use rst syntax
  Use internal link
  Escape pipes
  Introduce new workflow to test docs
  Remove lone dash (doctrine#10812)
  Treat id field proprites same as regular field
  Move three "Ticket/"-style tests to the right namespace
  Follow recommendation about multiline type
  Fix unserialize() errors when running tests on PHP 8.3 (doctrine#10803)
  Explain `EntityManager::getReference()` peculiarities (doctrine#10800)
  Upgrade to Psalm 5.13
  test: assert `postLoad` has data first
  distinct() updates QueryBuilder state correctly
  ...
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.

2 participants