File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
batch-doctrine-persistence Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1717 "box/spout" : " ^3.0" ,
1818 "doctrine/dbal" : " ^2.11" ,
1919 "doctrine/orm" : " ^2.8" ,
20- "doctrine/persistence" : " ^2.0" ,
20+ "doctrine/persistence" : " ^2.0|^3.0 " ,
2121 "league/flysystem" : " ^3.0" ,
2222 "psr/container" : " ^1.0" ,
2323 "psr/event-dispatcher" : " ^1.0" ,
Original file line number Diff line number Diff line change 1313 "require" : {
1414 "php" : " ^8.0" ,
1515 "doctrine/orm" : " ^2.8" ,
16- "doctrine/persistence" : " ^2.0" ,
16+ "doctrine/persistence" : " ^2.0|^3.0 " ,
1717 "yokai/batch" : " ^0.5.0"
1818 },
1919 "autoload" : {
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ final class EntityReader implements ItemReaderInterface
1616{
1717 public function __construct (
1818 private ManagerRegistry $ doctrine ,
19+ /**
20+ * @var class-string
21+ */
1922 private string $ class ,
2023 ) {
2124 }
Original file line number Diff line number Diff line change 1212 ],
1313 "require" : {
1414 "php" : " ^8.0" ,
15- "doctrine/persistence" : " ^2.0" ,
15+ "doctrine/persistence" : " ^2.0|^3.0 " ,
1616 "yokai/batch" : " ^0.5.0"
1717 },
1818 "autoload" : {
You can’t perform that action at this time.
0 commit comments