Skip to content

Commit a06a985

Browse files
authored
Release 4.0.0 (#225)
Massive changes that implement many PSR standards, and now only supports PHP7.3+
1 parent 8aad8a1 commit a06a985

File tree

332 files changed

+5482
-3963
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+5482
-3963
lines changed

.codeclimate.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
run: "git remote set-branches --add origin $GITHUB_BASE_REF && git fetch origin $GITHUB_BASE_REF"
4343

4444
- name: "Run git-phpcs"
45-
run: "php git-phpcs.phar origin/$GITHUB_BASE_REF...$GITHUB_SHA --report=checkstyle --standard=phpcs.xml.dist | cs2pr"
45+
run: "php git-phpcs.phar origin/$GITHUB_BASE_REF...$GITHUB_SHA --report=checkstyle | cs2pr"

.gitignore

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1-
/bin
2-
/docs
3-
/build/*
4-
!/build/phpunit.xml
5-
!/build/phpmd.xml
6-
!/build/phpdox.xml
7-
/vendor/
8-
/composer.lock
9-
/*.php
10-
/.idea/
11-
/apikey.php
12-
/phpunit
13-
/public_html
14-
/cache.properties
15-
/tmdb.log
1+
.idea/
2+
cache.properties/
3+
coverage/
4+
vendor/
5+
examples/apikey.php
6+
composer.lock
167
.phpcs-cache
178
.phpunit.result.cache
18-
.phpcs-cache
9+
examples/
10+
examples/var/

.scrutinizer.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)