Skip to content

Commit

Permalink
Remove exception def + add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Oct 18, 2017
1 parent 26661c3 commit 48b73ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev

install:
- composer require jakub-onderka/php-parallel-lint

script:
- php -v
- vendor/bin/parallel-lint --exclude vendor .
30 changes: 0 additions & 30 deletions src/Core/Validator/ValidationException.php

This file was deleted.

0 comments on commit 48b73ba

Please sign in to comment.