[PR #175] code standard PSR-2 + CI linter #191

Open
opened 2026-02-28 01:21:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tuxis-ie/nsedit/pull/175
Author: @luckyraul
Created: 5/20/2018
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 73f290e php lint + code standard PSR-2

📊 Changes

15 files changed (+794 additions, -529 deletions)

View changed files

📝 .gitignore (+3 -0)
.php_cs (+37 -0)
.travis.yml (+13 -0)
composer.json (+10 -0)
grumphp.yml (+9 -0)
📝 includes/class/ApiHandler.php (+33 -26)
📝 includes/class/PdnsApi.php (+27 -21)
📝 includes/class/Zone.php (+114 -77)
📝 includes/misc.inc.php (+119 -94)
📝 includes/session.inc.php (+63 -39)
📝 includes/wefactauth.inc.php (+32 -31)
📝 index.php (+105 -63)
📝 logs.php (+30 -28)
📝 users.php (+17 -17)
📝 zones.php (+182 -133)

📄 Description

@tuxis-ie You may change some rules, but you should definitely use PSR-2 and CI


🔄 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/tuxis-ie/nsedit/pull/175 **Author:** [@luckyraul](https://github.com/luckyraul) **Created:** 5/20/2018 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`73f290e`](https://github.com/tuxis-ie/nsedit/commit/73f290e89671ead813b474298dc0b8e763cb9b4b) php lint + code standard PSR-2 ### 📊 Changes **15 files changed** (+794 additions, -529 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) ➕ `.php_cs` (+37 -0) ➕ `.travis.yml` (+13 -0) ➕ `composer.json` (+10 -0) ➕ `grumphp.yml` (+9 -0) 📝 `includes/class/ApiHandler.php` (+33 -26) 📝 `includes/class/PdnsApi.php` (+27 -21) 📝 `includes/class/Zone.php` (+114 -77) 📝 `includes/misc.inc.php` (+119 -94) 📝 `includes/session.inc.php` (+63 -39) 📝 `includes/wefactauth.inc.php` (+32 -31) 📝 `index.php` (+105 -63) 📝 `logs.php` (+30 -28) 📝 `users.php` (+17 -17) 📝 `zones.php` (+182 -133) </details> ### 📄 Description @tuxis-ie You may change some rules, but you should definitely use PSR-2 and CI --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/nsedit#191
No description provided.