[PR #338] [MERGED] Format code #401

Closed
opened 2026-02-26 06:30:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/338
Author: @ChristophWurst
Created: 4/17/2020
Status: Merged
Merged: 4/17/2020
Merged by: @ChristophWurst

Base: masterHead: techdept/formatting


📝 Commits (2)

📊 Changes

63 files changed (+2193 additions, -1027 deletions)

View changed files

📝 .gitignore (+2 -0)
.php_cs.dist (+17 -0)
📝 composer.json (+4 -1)
📝 composer.lock (+1967 -732)
📝 lib/AppInfo/Application.php (+1 -3)
📝 lib/Command/Configure.php (+0 -2)
📝 lib/Command/Status.php (+1 -2)
📝 lib/Command/Test.php (+0 -2)
📝 lib/Controller/SettingsController.php (+0 -1)
📝 lib/Exception/ConfigurationException.php (+0 -2)
📝 lib/Exception/IdentifierMissingException.php (+0 -1)
📝 lib/Exception/InvalidSmsProviderException.php (+0 -1)
📝 lib/Exception/SmsTransmissionException.php (+0 -1)
📝 lib/Exception/VerificationException.php (+0 -1)
📝 lib/Exception/VerificationTransmissionException.php (+0 -1)
📝 lib/PhoneNumberMask.php (+0 -1)
📝 lib/Provider/AProvider.php (+4 -6)
📝 lib/Provider/Factory.php (+1 -2)
📝 lib/Provider/SignalProvider.php (+0 -2)
📝 lib/Provider/SmsProvider.php (+0 -2)

...and 43 more files

📄 Description

@matthiez @piti-diablotin @nursoda


🔄 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/nextcloud/twofactor_gateway/pull/338 **Author:** [@ChristophWurst](https://github.com/ChristophWurst) **Created:** 4/17/2020 **Status:** ✅ Merged **Merged:** 4/17/2020 **Merged by:** [@ChristophWurst](https://github.com/ChristophWurst) **Base:** `master` ← **Head:** `techdept/formatting` --- ### 📝 Commits (2) - [`0508464`](https://github.com/nextcloud/twofactor_gateway/commit/05084646a34c982d53be4282439a10cbe32e3682) Add shared php-cs-fixer config - [`b6a2707`](https://github.com/nextcloud/twofactor_gateway/commit/b6a2707f295543e94ea5fccf12930655e44820da) Fix the coding style ### 📊 Changes **63 files changed** (+2193 additions, -1027 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) ➕ `.php_cs.dist` (+17 -0) 📝 `composer.json` (+4 -1) 📝 `composer.lock` (+1967 -732) 📝 `lib/AppInfo/Application.php` (+1 -3) 📝 `lib/Command/Configure.php` (+0 -2) 📝 `lib/Command/Status.php` (+1 -2) 📝 `lib/Command/Test.php` (+0 -2) 📝 `lib/Controller/SettingsController.php` (+0 -1) 📝 `lib/Exception/ConfigurationException.php` (+0 -2) 📝 `lib/Exception/IdentifierMissingException.php` (+0 -1) 📝 `lib/Exception/InvalidSmsProviderException.php` (+0 -1) 📝 `lib/Exception/SmsTransmissionException.php` (+0 -1) 📝 `lib/Exception/VerificationException.php` (+0 -1) 📝 `lib/Exception/VerificationTransmissionException.php` (+0 -1) 📝 `lib/PhoneNumberMask.php` (+0 -1) 📝 `lib/Provider/AProvider.php` (+4 -6) 📝 `lib/Provider/Factory.php` (+1 -2) 📝 `lib/Provider/SignalProvider.php` (+0 -2) 📝 `lib/Provider/SmsProvider.php` (+0 -2) _...and 43 more files_ </details> ### 📄 Description @matthiez @piti-diablotin @nursoda --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:30:37 +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/twofactor_gateway-nextcloud#401
No description provided.