mirror of
https://github.com/dg/dibi.git
synced 2025-08-01 11:50:15 +02:00
travis: uses NCS 2
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
includes:
|
||||
- ../temp/coding-standard/coding-standard-php71.neon
|
||||
|
||||
parameters:
|
||||
skip:
|
||||
PhpCsFixer\Fixer\Operator\TernaryToNullCoalescingFixer:
|
||||
- src/Dibi/HashMap.php # issue #260
|
7
tests/coding-standard.yml
Normal file
7
tests/coding-standard.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
imports:
|
||||
- { resource: '../temp/coding-standard/coding-standard-php71.yml' }
|
||||
|
||||
parameters:
|
||||
skip:
|
||||
PhpCsFixer\Fixer\Operator\TernaryToNullCoalescingFixer:
|
||||
- src/Dibi/HashMap.php # issue #260
|
Reference in New Issue
Block a user