commerceguys / tax

A PHP 5.5+ tax library.
MIT License
276 stars 39 forks source link

Fixes some phpdoc + namespace issues #50

Closed el-seirh closed 7 years ago

el-seirh commented 7 years ago

@bojanz Not sure why my last commits ("Adds swiss vat rates") are included aswell but I hope that doesn't interfere ... this change is just about phpdoc and namespaces.

bojanz commented 7 years ago

You need to create a local branch for each PR. Then you can pull remote master to local master and rebase your PRs from time to time. Judging by this PR, you currently commit directly to master, hence the problem.

GitHub has docs that might help, https://help.github.com/articles/creating-a-pull-request/ and others