Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
vendor

composer.lock
49 changes: 49 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
preset: psr2
risky: false
finder:
exclude:
- "data"
- "storage"
- "vendor"
- ".git"
- ".svn"
name:
- "*.php"
path:
- ""
enabled:
- double_arrow_multiline_whitespaces
- duplicate_semicolon
- blankline_after_open_tag
- concat_without_spaces
- function_typehint_space
- list_commas
- multiline_array_trailing_comma
- namespace_no_leading_whitespace
- no_blank_lines_after_class_opening
- object_operator
- phpdoc_indent
- phpdoc_no_access
- phpdoc_no_empty_return
- phpdoc_params
- phpdoc_scalar
- phpdoc_to_comment
- remove_leading_slash_use
- remove_lines_between_uses
- return
- single_blank_line_before_namespace
- spaces_after_semicolon
- spaces_cast
- standardize_not_equal
- unneeded_control_parentheses
- unused_use
- whitespacy_lines
- single_quote
- include
- unalign_double_arrow
- unalign_equals
- ternary_spaces
- operators_spaces
- trim_array_spaces
- array_element_white_space_after_comma
- array_element_no_space_before_comma
77 changes: 0 additions & 77 deletions _compile/compile.php

This file was deleted.

104 changes: 0 additions & 104 deletions _compile/config/components_config.xml

This file was deleted.

49 changes: 0 additions & 49 deletions _compile/lib/CompileCmdHelp.php

This file was deleted.

95 changes: 0 additions & 95 deletions _compile/lib/CompilePack.php

This file was deleted.

2 changes: 0 additions & 2 deletions _compile/readme

This file was deleted.

Loading