[PR #39] [MERGED] Passed PHP-CS-Fixer 2.16.1 #53

Closed
opened 2026-01-23 11:21:56 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/code-rhapsodie/dataflow-bundle/pull/39
Author: @jeremycr
Created: 11/26/2019
Status: Merged
Merged: 11/28/2019
Merged by: @jeremycr

Base: masterHead: fix_cs


📝 Commits (1)

  • c606c71 Passed PHP-CS-Fixer 2.16.1

📊 Changes

23 files changed (+20 additions, -252 deletions)

View changed files

📝 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 (+1 -1)
📝 src/DataflowType/Dataflow/Dataflow.php (+0 -8)
📝 src/DataflowType/Dataflow/DataflowInterface.php (+0 -2)
📝 src/DataflowType/Result.php (+0 -34)
📝 src/DataflowType/Writer/CollectionWriter.php (+1 -6)
📝 src/DataflowType/Writer/DelegateWriterInterface.php (+0 -2)
📝 src/DataflowType/Writer/DelegatorWriter.php (+1 -6)
📝 src/Entity/Job.php (+1 -92)
📝 src/Entity/ScheduledDataflow.php (+1 -58)
📝 src/Event/ProcessingEvent.php (+0 -5)
📝 src/Manager/ScheduledDataflowManager.php (+2 -8)
📝 src/Registry/DataflowTypeRegistry.php (+1 -1)
📝 src/Registry/DataflowTypeRegistryInterface.php (+0 -6)
📝 src/Repository/JobRepository.php (+0 -2)

...and 3 more files

📄 Description

No description provided


🔄 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/39 **Author:** [@jeremycr](https://github.com/jeremycr) **Created:** 11/26/2019 **Status:** ✅ Merged **Merged:** 11/28/2019 **Merged by:** [@jeremycr](https://github.com/jeremycr) **Base:** `master` ← **Head:** `fix_cs` --- ### 📝 Commits (1) - [`c606c71`](https://github.com/code-rhapsodie/dataflow-bundle/commit/c606c71cf649eb0e12a9c79d49b6f9184e11574a) Passed PHP-CS-Fixer 2.16.1 ### 📊 Changes **23 files changed** (+20 additions, -252 deletions) <details> <summary>View changed files</summary> 📝 `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` (+1 -1) 📝 `src/DataflowType/Dataflow/Dataflow.php` (+0 -8) 📝 `src/DataflowType/Dataflow/DataflowInterface.php` (+0 -2) 📝 `src/DataflowType/Result.php` (+0 -34) 📝 `src/DataflowType/Writer/CollectionWriter.php` (+1 -6) 📝 `src/DataflowType/Writer/DelegateWriterInterface.php` (+0 -2) 📝 `src/DataflowType/Writer/DelegatorWriter.php` (+1 -6) 📝 `src/Entity/Job.php` (+1 -92) 📝 `src/Entity/ScheduledDataflow.php` (+1 -58) 📝 `src/Event/ProcessingEvent.php` (+0 -5) 📝 `src/Manager/ScheduledDataflowManager.php` (+2 -8) 📝 `src/Registry/DataflowTypeRegistry.php` (+1 -1) 📝 `src/Registry/DataflowTypeRegistryInterface.php` (+0 -6) 📝 `src/Repository/JobRepository.php` (+0 -2) _...and 3 more files_ </details> ### 📄 Description _No description provided_ --- <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:21:56 +01:00
admin closed this issue 2026-01-23 11:21:57 +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#53