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#903
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/136
Author: @sadok-f
Created: 10/21/2017
Status: ✅ Merged
Merged: 10/25/2017
Merged by: @sadok-f
Base:
master← Head:issue-#135📝 Commits (4)
3fff13eReplace getters and setters names with meaning neamesf81bc78closes #135, fix Codelimate warnings6310c91cleanup, closes #1355186a1acleanup, closes #135📊 Changes
23 files changed (+371 additions, -303 deletions)
View changed files
📝
app.php(+3 -3)📝
src/Core/Controller/CoreController.php(+15 -10)📝
src/Core/Controller/DefaultController.php(+2 -2)📝
src/Core/Entity/AppParameters.php(+2 -2)📝
src/Core/Entity/Image/InputImage.php(+10 -10)📝
src/Core/Entity/Image/OutputImage.php(+19 -31)📝
src/Core/Entity/ImageMetaInfo.php(+40 -30)📝
src/Core/Entity/OptionsBag.php(+4 -4)📝
src/Core/Handler/ImageHandler.php(+14 -14)📝
src/Core/Handler/SecurityHandler.php(+7 -7)📝
src/Core/Processor/ExtractProcessor.php(+3 -3)📝
src/Core/Processor/FaceDetectProcessor.php(+6 -6)📝
src/Core/Processor/ImageProcessor.php(+75 -51)📝
src/Core/Processor/Processor.php(+2 -2)📝
src/Core/Resolver/ControllerResolver.php(+1 -1)📝
src/Core/StorageProvider/S3StorageProvider.php(+1 -1)📝
tests/Core/BaseTest.php(+6 -2)📝
tests/Core/Entity/Image/InputImageTest.php(+1 -1)📝
tests/Core/Entity/Image/OutputImageTest.php(+9 -9)📝
tests/Core/Entity/ImageMetaInfoTest.php(+56 -28)...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.