Skip to content

Commit 48f1767

Browse files
committed
Removed tools from repository
1 parent f5520d9 commit 48f1767

File tree

8 files changed

+3
-3
lines changed

8 files changed

+3
-3
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
*.phpt text eol=lf
33
/composer.lock export-ignore
44
/.github/ export-ignore
5-
/.phive/
6-
/tools/
5+
/.phive/ export-ignore
76
/tests export-ignore
87
/.gitattributes export-ignore
98
/.gitignore export-ignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
vendor/
22
bin/
33
var/
4+
tools/
45
.DS_Store
56
.idea
67
.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"scripts": {
4848
"cs:php:fix": [
49-
"php-cs-fixer fix --using-cache=no"
49+
"tools/php-cs-fixer fix --using-cache=no"
5050
],
5151
"test" : [
5252
"phpunit"

tools/infection

-797 KB
Binary file not shown.

tools/php-cs-fixer

-1.77 MB
Binary file not shown.

tools/phpstan

-14.8 MB
Binary file not shown.

tools/psalm

-13.6 MB
Binary file not shown.
-1.56 MB
Binary file not shown.

0 commit comments

Comments
 (0)