[PR #31] [MERGED] Add PHPCS to the repo #237

Closed
opened 2026-02-25 22:34:48 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: add-phpcs


📝 Commits (2)

  • add7720 Add PHPCS to the repo
  • c2d6722 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/flyimg/flyimg/pull/31 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 1/24/2017 **Status:** ✅ Merged **Merged:** 1/25/2017 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `master` ← **Head:** `add-phpcs` --- ### 📝 Commits (2) - [`add7720`](https://github.com/flyimg/flyimg/commit/add7720d09c4180c12e70db88d50f6b99098a120) Add PHPCS to the repo - [`c2d6722`](https://github.com/flyimg/flyimg/commit/c2d6722648d4bf73929fb79d9f0887285f397796) Merge branch 'master' into add-phpcs ### 📊 Changes **12 files changed** (+133 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description #30 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:34:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flyimg#237
No description provided.