mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #51] [MERGED] Refactor part 1 #249
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#249
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/flyimg/flyimg/pull/51
Author: @sadok-f
Created: 3/7/2017
Status: ✅ Merged
Merged: 3/7/2017
Merged by: @sadok-f
Base:
master← Head:refactor-part-1📝 Commits (3)
97de83cFirst commit in refactoring task28e12beFix phpcs Warningd4fa3a4Refactoring main logic, add CoreManager that handle the image process action📊 Changes
11 files changed (+252 additions, -156 deletions)
View changed files
📝
app.php(+41 -19)📝
config/parameters.yml(+2 -2)📝
src/Core/Controller/CoreController.php(+4 -3)📝
src/Core/Controller/DefaultController.php(+7 -7)📝
src/Core/Entity/Image.php(+17 -50)➕
src/Core/Service/CoreManager.php(+92 -0)📝
src/Core/Service/ImageProcessor.php(+19 -44)📝
src/Core/Tests/BaseTest.php(+9 -1)📝
src/Core/Tests/ImageProcessorTest.php(+9 -27)📝
src/Core/Tests/ImageTest.php(+3 -3)➕
src/Core/Traits/ParserTrait.php(+49 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.