File tree Expand file tree Collapse file tree 3 files changed +85
-0
lines changed
Expand file tree Collapse file tree 3 files changed +85
-0
lines changed Original file line number Diff line number Diff line change 1+ preset : psr2
2+
3+ risky : true
4+
5+ enabled :
6+ - binary_operator_spaces
7+ - blank_line_before_return
8+ - concat_with_spaces
9+ - fully_qualified_strict_types
10+ - function_typehint_space
11+ - hash_to_slash_comment
12+ - include
13+ - lowercase_cast
14+ - method_separation
15+ - native_function_casing
16+ - native_function_invocation
17+ - no_blank_lines_after_class_opening
18+ - no_blank_lines_between_uses
19+ - no_duplicate_semicolons
20+ - no_leading_import_slash
21+ - no_leading_namespace_whitespace
22+ - no_multiline_whitespace_before_semicolons
23+ - no_php4_constructor
24+ - no_short_bool_cast
25+ - no_singleline_whitespace_before_semicolons
26+ - no_trailing_comma_in_singleline_array
27+ - no_unreachable_default_argument_value
28+ - no_unused_imports
29+ - no_whitespace_before_comma_in_array
30+ - ordered_imports
31+ - phpdoc_align
32+ - phpdoc_indent
33+ - phpdoc_inline_tag
34+ - phpdoc_no_access
35+ - phpdoc_no_simplified_null_return
36+ - phpdoc_property
37+ - phpdoc_scalar
38+ - phpdoc_separation
39+ - phpdoc_to_comment
40+ - phpdoc_trim
41+ - phpdoc_type_to_var
42+ - phpdoc_types
43+ - phpdoc_var_without_name
44+ - print_to_echo
45+ - short_array_syntax
46+ - short_scalar_cast
47+ - single_quote
48+ - spaces_cast
49+ - standardize_not_equal
50+ - ternary_operator_spaces
51+ - trailing_comma_in_multiline_array
52+ - trim_array_spaces
53+ - unary_operator_spaces
54+ - whitespace_after_comma_in_array
55+ - whitespacy_lines
Original file line number Diff line number Diff line change 1+ language : php
2+
3+ dist : bionic
4+ sudo : false
5+
6+ cache :
7+ directories :
8+ - vendor
9+
10+ env :
11+ - DEPENDENCIES=""
12+ - DEPENDENCIES="--prefer-lowest --prefer-stable"
13+
14+ php :
15+ - 7.2
16+
17+ install :
18+ - composer update --no-interaction --prefer-dist $DEPENDENCIES
19+
20+ script :
21+ - vendor/bin/phpunit --coverage-clover=coverage.clover
22+ - vendor/bin/phpstan analyse -l 7 -c phpstan.neon src
23+
24+ branches :
25+ only :
26+ - master
Original file line number Diff line number Diff line change 1+ [ ![ Software License] ( https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square )] ( LICENSE.md )
2+ [ ![ Build Status] ( https://img.shields.io/travis/codenomdev/codeigniter4-midtrans/master.svg?style=flat-square )] ( https://travis-ci.org/codenomdev/codeigniter4-midtrans )
3+ [ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/codenomdev/codeigniter4-midtrans.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/codenomdev/codeigniter4-midtrans )
4+
15# Midtrans for CodeIgniter 4 [ UNOFFICIAL LIBRARY]
26 Midtrans :heart : CodeIgniter 4!
37
You can’t perform that action at this time.
0 commit comments