Skip to content

Make Persistence class abstract#847

Merged
mvorisek merged 3 commits intodevelopfrom
abstract_persistence
Apr 7, 2021
Merged

Make Persistence class abstract#847
mvorisek merged 3 commits intodevelopfrom
abstract_persistence

Conversation

@mvorisek
Copy link
Copy Markdown
Member

@mvorisek mvorisek commented Apr 6, 2021

finish after #846

@mvorisek mvorisek force-pushed the abstract_persistence branch 2 times, most recently from 993a7a8 to 4b3d4e8 Compare April 6, 2021 17:26
@mvorisek mvorisek force-pushed the abstract_persistence branch 2 times, most recently from cae8520 to fd22962 Compare April 7, 2021 10:46
@mvorisek mvorisek marked this pull request as ready for review April 7, 2021 10:48
{
if ($id !== self::ID_LOAD_ANY) {
throw new \Error/*Exception*/ ('CSV Persistence does not support other than LOAD ANY mode'); // @TODO we can iterate...
throw new Exception('CSV Persistence does not support other than LOAD ANY mode'); // @TODO
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lost comment "we can iterate"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can iterate was introduced by me yesterday, today I removed it, by ìterate I meant another PR which I found a little confusing

@mvorisek mvorisek merged commit ebb69d4 into develop Apr 7, 2021
@mvorisek mvorisek deleted the abstract_persistence branch April 7, 2021 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants