-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Fix issues/7686 #7702
Closed
Closed
Fix issues/7686 #7702
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove tools from PHPCs
[CS] Fix CS in tests
Update Scrutinizer config to use our CS setup
…n-tests Tests: Return types for setUp, tearDown and all test methods
Fixes a typo
Documentation about getters/setters to DTOs and Value Objects
…in-getting-started Removing leftover sentence in `getting-started.rst`
Fix typo in upgrade notes
Some fixes from PHPStan l2
It's redundant to check the `$this->cacheable` property.
Redundant condition to check if a query is cacheable
Fix getting started syntax issue causing rendering glitches
[3.0] Migrate repository name doctrine/doctrine2 -> doctrine/orm
…mmutable-version Allow all datetime types to be used as version
Change Stackoverflow tag to doctrine-orm
Remove codeigniter Framework example (master)
Update information and links of documentation (master)
This method never return `null`.
`AbstractQuery::getSingleScalarResult()` never conditionally returns `null`: corrected docblock accordingly
[3.0] CI: Test against PHP 7.4snapshot instead of nightly (8.0)
Failing tests for #7926 - `scheduledForSynchronization` leaks memory when using `@ORM\ChangeTrackingPolicy("DEFERRED_EXPLICIT")
…s_6_0 Update doctrine cs to 6.0
Add missing types to property mapping documentation
Remove full stops in docblocks
Annotation fix in example block
This PR required rebase, so it is closed. |
Looks like you started from one branch but targeted another one. Note that you do not need to close a PR to fix things. You can change the target branch, and you can force push to your branch to make it right. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In this pull request, I did the following:
Fixing issue 7686