mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
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#275
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/89
Author: @sadok-f
Created: 7/6/2017
Status: ✅ Merged
Merged: 7/6/2017
Merged by: @sadok-f
Base:
master← Head:oop-refactoring📝 Commits (2)
8482ef2Improve current architecture #6455e121eCodeClimate warining: remove unused variable📊 Changes
14 files changed (+555 additions, -478 deletions)
View changed files
📝
app.php(+2 -2)📝
src/Core/Controller/CoreController.php(+16 -15)➖
src/Core/Entity/Image.php(+0 -321)➕
src/Core/Entity/InputImage.php(+126 -0)➕
src/Core/Entity/OutputImage.php(+241 -0)📝
src/Core/Handler/ImageHandler.php(+40 -37)📝
src/Core/Processor/FaceDetectProcessor.php(+11 -11)📝
src/Core/Processor/ImageProcessor.php(+39 -39)📝
src/Core/Processor/Processor.php(+12 -7)📝
tests/Core/BaseTest.php(+2 -2)➕
tests/Core/Entity/InputImageTest.php(+24 -0)📝
tests/Core/Entity/OutputImageTest.php(+20 -22)📝
tests/Core/Handler/ImageHandlerTest.php(+18 -18)📝
tests/Core/Processor/FaceDetectProcessorTest.php(+4 -4)📄 Description
Separating the Image Entity class into 2 classes: InputImage, OutputImage
Improve folders and classes naming.
#64
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.