diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e0c049..a4f74bd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: # Docs: true, - '@PHP71Migration' => true, - 'binary_operator_spaces' => [ + '@PSR12' => true, + '@PHP7x1Migration' => true, + 'binary_operator_spaces' => [ 'operators' => [ '=' => 'align_single_space', '=>' => 'align_single_space', @@ -97,7 +97,7 @@ 'unary_operator_spaces' => true, 'void_return' => true, 'ternary_to_null_coalescing' => true, - 'visibility_required' => true, + 'modifier_keywords' => ['elements' => ['const', 'method', 'property']], 'whitespace_after_comma_in_array' => true, 'ordered_imports' => [ 'sort_algorithm' => 'length', diff --git a/docker-compose.yml b/docker-compose.yml index 1c5c7b0..82801b9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3.2' - volumes: composer-data: