Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Merge c6a6eaa into 9841fc4
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Dec 12, 2018
2 parents 9841fc4 + c6a6eaa commit b18d5a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ $rules = [
'@PHP56Migration' => true,
'@PHP56Migration:risky' => true,
'@PHPUnit57Migration:risky' => true,
'@PHP70Migration' => true,
'@PHP70Migration:risky' => true,
'@PHPUnit60Migration:risky' => true,
'@PHP71Migration' => true,
'@PHP71Migration:risky' => true,
'compact_nullable_typehint' => true,
// To be tested before insertion:
// 'strict_comparison' => true,
// 'strict_param' => true,
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
- SYMFONY_DEPRECATIONS_HELPER=weak_vendors
- TARGET=test
- UPSTREAM_URL=https://github.com/sonata-project/SonataNotificationBundle.git
- PHPUNIT_VERSION=5.7
- PHPUNIT_VERSION=7

matrix:
fast_finish: true
Expand Down

0 comments on commit b18d5a9

Please sign in to comment.