Skip to content

Commit

Permalink
removed place holder files
Browse files Browse the repository at this point in the history
  • Loading branch information
angelxmoreno committed May 29, 2023
1 parent 41d170b commit cce126d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
"scripts": {
"test": "kahlan",
"coverage": "kahlan --coverage=4",
"test-ci": "kahlan --coverage=1 --clover=coverage.xml --reporter=tap",
"test-ci": "kahlan --coverage --clover=coverage.xml",
"check": [
"@cs-check",
"@md-check"
],
"cs-check": "phpcs",
"cs-fix": "phpcbf",
"md-check": "phpmd src text ruleset",
"md-check": "phpmd src,tests,docs text ruleset",
"docs:serve": "mkdocs serve",
"docs:build": "mkdocs build && open site/index.html"
}
Expand Down
13 changes: 0 additions & 13 deletions src/Adder.php

This file was deleted.

13 changes: 0 additions & 13 deletions tests/unit/Adder.spec.php

This file was deleted.

0 comments on commit cce126d

Please sign in to comment.