Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 34c39b5

Browse files
integrate style-ci
1 parent ed1c520 commit 34c39b5

File tree

2 files changed

+77
-0
lines changed

2 files changed

+77
-0
lines changed

.styleci.yml

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
preset: psr2
2+
3+
enabled:
4+
- alpha_ordered_imports
5+
- binary_operator_spaces
6+
- blank_line_after_opening_tag
7+
- cast_spaces
8+
- concat_with_spaces
9+
- const_visibility_required
10+
- declare_equal_normalize
11+
- function_typehint_space
12+
- hash_to_slash_comment
13+
- heredoc_to_nowdoc
14+
- include
15+
- lowercase_cast
16+
- method_separation
17+
- native_function_casing
18+
- new_with_braces
19+
- no_blank_lines_after_class_opening
20+
- no_blank_lines_after_phpdoc
21+
- no_blank_lines_after_return
22+
- no_blank_lines_after_throw
23+
- no_blank_lines_between_imports
24+
- no_blank_lines_between_traits
25+
- no_empty_statement
26+
- no_extra_consecutive_blank_lines
27+
- no_leading_import_slash
28+
- no_leading_namespace_whitespace
29+
- no_multiline_whitespace_around_double_arrow
30+
- no_short_bool_cast
31+
- no_short_echo_tag
32+
- no_singleline_whitespace_before_semicolons
33+
- no_spaces_inside_offset
34+
- no_spaces_outside_offset
35+
- no_trailing_comma_in_list_call
36+
- no_trailing_comma_in_singleline_array
37+
- no_unneeded_control_parentheses
38+
- no_unreachable_default_argument_value
39+
- no_unused_imports
40+
- no_useless_return
41+
- no_whitespace_before_comma_in_array
42+
- no_whitespace_in_blank_line
43+
- normalize_index_brace
44+
- object_operator_without_whitespace
45+
- phpdoc_add_missing_param_annotation
46+
- phpdoc_indent
47+
- phpdoc_inline_tag
48+
- phpdoc_link_to_see
49+
- phpdoc_no_access
50+
- phpdoc_no_empty_return
51+
- phpdoc_no_package
52+
- phpdoc_order
53+
- phpdoc_property
54+
- phpdoc_scalar
55+
- phpdoc_separation
56+
- phpdoc_single_line_var_spacing
57+
- phpdoc_to_comment
58+
- phpdoc_trim
59+
- phpdoc_type_to_var
60+
- phpdoc_types
61+
- phpdoc_var_without_name
62+
- print_to_echo
63+
- self_accessor
64+
- short_array_syntax
65+
- short_scalar_cast
66+
- single_blank_line_before_namespace
67+
- single_quote
68+
- space_after_semicolon
69+
- standardize_not_equals
70+
- ternary_operator_spaces
71+
- trailing_comma_in_multiline_array
72+
- trim_array_spaces
73+
- unalign_double_arrow
74+
- unalign_equals
75+
- unary_operator_spaces
76+
- whitespace_after_comma_in_array

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ A Google Cloud adapter for the [php-pubsub](https://github.com/Superbalist/php-p
44

55
[![Author](http://img.shields.io/badge/[email protected]?style=flat-square)](https://twitter.com/superbalist)
66
[![Build Status](https://img.shields.io/travis/Superbalist/php-pubsub-google-cloud/master.svg?style=flat-square)](https://travis-ci.org/Superbalist/php-pubsub-google-cloud)
7+
[![StyleCI](https://styleci.io/repos/67334430/shield?branch=master)](https://styleci.io/repos/67334430)
78
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
89
[![Packagist Version](https://img.shields.io/packagist/v/superbalist/php-pubsub-google-cloud.svg?style=flat-square)](https://packagist.org/packages/superbalist/php-pubsub-google-cloud)
910
[![Total Downloads](https://img.shields.io/packagist/dt/superbalist/php-pubsub-google-cloud.svg?style=flat-square)](https://packagist.org/packages/superbalist/php-pubsub-google-cloud)

0 commit comments

Comments
 (0)