Skip to content

Commit

Permalink
0.6.47
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnessworthy committed Oct 20, 2023
1 parent d6d003e commit 4f874c8
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 188 deletions.
6 changes: 3 additions & 3 deletions .phive/phars.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="composer-normalize" version="^2.28" installed="2.37.0" location="./tools/composer-normalize" copy="true"/>
<phar name="composer-normalize" version="^2.28" installed="2.39.0" location="./tools/composer-normalize" copy="true"/>
<phar name="phpcbf" version="^3.7.1" installed="3.7.2" location="./tools/phpcbf" copy="true"/>
<phar name="php-cs-fixer" version="^3.9.4" installed="3.33.0" location="./tools/php-cs-fixer" copy="true"/>
<phar name="laravel/pint" version="^1.6.0" installed="1.13.2" location="./tools/pint" copy="true"/>
<phar name="php-cs-fixer" version="^3.9.4" installed="3.35.1" location="./tools/php-cs-fixer" copy="true"/>
<phar name="laravel/pint" version="^1.6.0" installed="1.13.3" location="./tools/pint" copy="true"/>
</phive>
1 change: 1 addition & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ php:
- no_useless_return
- no_whitespace_before_comma_in_array
- normalize_index_brace
- nullable_type_declaration
- object_operator_without_whitespace
- phpdoc_add_missing_param_annotation
- phpdoc_indent
Expand Down
Binary file modified builds/ringier-code-style
Binary file not shown.
Loading

0 comments on commit 4f874c8

Please sign in to comment.