mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-25 15:05:56 +03:00
[PR #58] [CLOSED] CS fixer, PSR2. #147
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#147
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/HaschekSolutions/pictshare/pull/58
Author: @birkett
Created: 6/21/2018
Status: ❌ Closed
Base:
master← Head:psr2📝 Commits (1)
7ea14ceCS fixer, PSR2.📊 Changes
20 files changed (+2639 additions, -2529 deletions)
View changed files
📝
backend.php(+55 -54)📝
classes/backblaze.php(+105 -91)📝
classes/filter.php(+214 -216)📝
classes/html.php(+47 -40)📝
classes/image.php(+269 -215)📝
classes/model.php(+16 -23)📝
cli.php(+18 -13)📝
inc/core.php(+477 -502)📝
inc/example.config.inc.php(+89 -89)📝
index.php(+17 -12)📝
models/pictsharemodel.php(+1047 -1012)📝
template.php(+56 -56)📝
template_album.php(+14 -13)📝
template_album_embed.php(+14 -13)📝
template_mp4.php(+17 -15)📝
tools/backblaze_upload.php(+44 -41)📝
tools/cleanup.php(+47 -39)📝
tools/re-encode_mp4.php(+34 -31)📝
tools/recreate_hashlist.php(+14 -10)📝
tools/render_webm_ogg.php(+45 -44)📄 Description
This commit is the result of running cs-fixer / CodeSniffer over the code.
This is close to PSR1 + PSR2 compliant - the remaining issues are:
These will be fixed with refactoring, to follow.
Breaking changes: none
Functionality changes: none
I recommend a quick test of all functionality before merging this, just in case something changed.
Linking to #57
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.