mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[PR #175] code standard PSR-2 + CI linter #191
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#191
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/tuxis-ie/nsedit/pull/175
Author: @luckyraul
Created: 5/20/2018
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
73f290ephp 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.