Bug #38840
RepositoryInterface slightly out of sync with code
| Status: | Resolved | Start date: | 2012-07-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Persistence | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 RC2 | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | FLOW3 version affected: | FLOW3 1.1.0 rc 1 | |
| Votes: | 0 |
Description
The documented return value of findAll() was wrong and the interface should/could have __call declared.
Associated revisions
[!!!][BUGFIX] Correct RepositoryInterface
Fixes a docblock and adds __call() to the interface (thus the breaking
change flag), because everyone probably would expect it to be there.
Change-Id: I1cab4e16f6d1af1cbf762ea0e9b50403808bceb1
Fixes: #38840
Releases: 1.1, 1.2
[!!!][BUGFIX] Correct RepositoryInterface
Fixes a docblock and adds __call() to the interface (thus the breaking
change flag), because everyone probably would expect it to be there.
Change-Id: I1cab4e16f6d1af1cbf762ea0e9b50403808bceb1
Fixes: #38840
Releases: 1.1, 1.2
History
Updated by Gerrit Code Review 11 months ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12738
Updated by Gerrit Code Review 11 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12738
Updated by Gerrit Code Review 10 months ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12738
Updated by Gerrit Code Review 10 months ago
Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/12878
Updated by Karsten Dambekalns 10 months ago
- Status changed from Under Review to Resolved
- Target version changed from 1.1 to 1.1 RC2
- % Done changed from 0 to 100