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

PST-777 Extract DataLoader #706

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

PST-777 Extract DataLoader #706

wants to merge 2 commits into from

Conversation

pepamartinec
Copy link
Contributor

@pepamartinec pepamartinec commented Mar 30, 2023

@pepamartinec pepamartinec changed the base branch from master to odin-library-3 March 30, 2023 13:41
@pepamartinec pepamartinec force-pushed the pepa_PST-777_dind branch 5 times, most recently from d77933b to ffdb731 Compare April 6, 2023 10:51
/** @var string[] $warn */
$warn = [];
/** @var string[] $info */
$info = [];
Copy link
Contributor Author

Choose a reason for hiding this comment

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

PHPstan can't correctly infer types through references passed to the callback.

Comment on lines +106 to +108
self::expectException(UserExceptionInterface::class);
self::expectExceptionMessage('Configuration ID not set');
$dataLoader->storeOutput();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Vyjimka se nove nevyhazuje uz v konstructoru, ale az pri spusteni OM.

@pepamartinec pepamartinec force-pushed the pepa_PST-777_dind branch 4 times, most recently from 2fe07cb to 832a598 Compare April 8, 2023 09:41
@odinuv odinuv changed the base branch from odin-library-3 to main March 28, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant