[PR #73] [MERGED] Fix compatibility with doctrine 4 #99

Open
opened 2026-01-23 11:22:04 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/73
Author: @AUDUL
Created: 10/31/2024
Status: Merged
Merged: 10/31/2024
Merged by: @AUDUL

Base: masterHead: fix-compatibilite-doctrine


📝 Commits (1)

  • 219b723 * Fix compatibility with doctrine 4

📊 Changes

8 files changed (+13 additions, -12 deletions)

View changed files

📝 src/CodeRhapsodieDataflowBundle.php (+1 -1)
📝 src/Command/AddScheduledDataflowCommand.php (+1 -1)
📝 src/Command/ChangeScheduleStatusCommand.php (+1 -1)
📝 src/Command/ExecuteDataflowCommand.php (+1 -1)
📝 src/Command/JobShowCommand.php (+1 -1)
📝 src/Command/RunPendingDataflowsCommand.php (+1 -1)
📝 src/Command/ScheduleListCommand.php (+1 -1)
📝 src/Command/SchemaCommand.php (+6 -5)

📄 Description

  • Fix compatibility with doctrine 4
  • Remove some deprecated

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/code-rhapsodie/dataflow-bundle/pull/73 **Author:** [@AUDUL](https://github.com/AUDUL) **Created:** 10/31/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@AUDUL](https://github.com/AUDUL) **Base:** `master` ← **Head:** `fix-compatibilite-doctrine` --- ### 📝 Commits (1) - [`219b723`](https://github.com/code-rhapsodie/dataflow-bundle/commit/219b72393d096331d09d3007f450c9fd859e8159) * Fix compatibility with doctrine 4 ### 📊 Changes **8 files changed** (+13 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/CodeRhapsodieDataflowBundle.php` (+1 -1) 📝 `src/Command/AddScheduledDataflowCommand.php` (+1 -1) 📝 `src/Command/ChangeScheduleStatusCommand.php` (+1 -1) 📝 `src/Command/ExecuteDataflowCommand.php` (+1 -1) 📝 `src/Command/JobShowCommand.php` (+1 -1) 📝 `src/Command/RunPendingDataflowsCommand.php` (+1 -1) 📝 `src/Command/ScheduleListCommand.php` (+1 -1) 📝 `src/Command/SchemaCommand.php` (+6 -5) </details> ### 📄 Description * Fix compatibility with doctrine 4 * Remove some deprecated --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-23 11:22:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: code-rhapsodie/dataflow-bundle#99