mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 01:35:56 +03:00
[PR #31] [MERGED] Add PHPCS to the repo #237
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#237
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/31
Author: @sadok-f
Created: 1/24/2017
Status: ✅ Merged
Merged: 1/25/2017
Merged by: @sadok-f
Base:
master← Head:add-phpcs📝 Commits (2)
add7720Add PHPCS to the repoc2d6722Merge branch 'master' into add-phpcs📊 Changes
12 files changed (+133 additions, -27 deletions)
View changed files
📝
.travis.yml(+2 -1)📝
composer.json(+3 -0)📝
composer.lock(+81 -2)📝
src/Core/Entity/Image.php(+5 -3)📝
src/Core/Exception/AppException.php(+1 -1)📝
src/Core/Exception/InvalidArgumentException.php(+1 -1)📝
src/Core/Exception/MissingParamsException.php(+1 -1)📝
src/Core/Exception/ReadFileException.php(+1 -1)📝
src/Core/Provider/StorageProvider.php(+0 -3)📝
src/Core/Service/ImageProcessor.php(+34 -10)📝
src/Core/Tests/BaseTest.php(+3 -3)📝
src/Core/Tests/ImageProcessorTest.php(+1 -1)📄 Description
#30
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.