Skip to content

Commit

Permalink
Merge 9f6a164 into 5b70ac2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Nov 1, 2021
2 parents 5b70ac2 + 9f6a164 commit 13ad47a
Show file tree
Hide file tree
Showing 22 changed files with 619 additions and 645 deletions.
5 changes: 5 additions & 0 deletions .php-cs-fixer.dist.php
Expand Up @@ -50,6 +50,11 @@
'strict_comparison' => true,
'comment_to_phpdoc' => true,
'native_function_invocation' => ['include' => ['@internal'], 'scope' => 'namespaced'],
'global_namespace_import' => [
'import_classes' => true,
'import_constants' => true,
'import_functions' => true,
],
'php_unit_test_case_static_method_calls' => false,
'yoda_style' => true,
])
Expand Down
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

31 changes: 0 additions & 31 deletions src/Interfaces/StandardPipeline.php

This file was deleted.

0 comments on commit 13ad47a

Please sign in to comment.