Skip to content

Commit eb36411

Browse files
authored
Merge pull request #19 from eclipxe13/maintenance
Fix build
2 parents 7678021 + eeaec27 commit eb36411

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.phive/phars.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phive xmlns="https://phar.io/phive">
33
<phar name="composer-normalize" version="^2.31.0" installed="2.31.0" location="./tools/composer-normalize" copy="false"/>
4-
<phar name="php-cs-fixer" version="^3.17.0" installed="3.17.0" location="./tools/php-cs-fixer" copy="false"/>
4+
<phar name="php-cs-fixer" version="^3.19.2" installed="3.19.2" location="./tools/php-cs-fixer" copy="false"/>
55
<phar name="phpcs" version="^3.7.2" installed="3.7.2" location="./tools/phpcs" copy="false"/>
66
<phar name="phpcbf" version="^3.7.2" installed="3.7.2" location="./tools/phpcbf" copy="false"/>
7-
<phar name="phpstan" version="^1.10.16" installed="1.10.16" location="./tools/phpstan" copy="false"/>
7+
<phar name="phpstan" version="^1.10.21" installed="1.10.21" location="./tools/phpstan" copy="false"/>
88
</phive>

.php-cs-fixer.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'phpdoc_scalar' => true,
3535
'no_trailing_comma_in_singleline' => true,
3636
'single_quote' => true,
37-
'single_blank_line_before_namespace' => true,
37+
'blank_lines_before_namespace' => true,
3838
'no_singleline_whitespace_before_semicolons' => true,
3939
'no_unused_imports' => true,
4040
'yoda_style' => ['equal' => true, 'identical' => true, 'less_and_greater' => null],

docs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# `phpcfdi/cfditopdf` Changelog
22

3+
## Maintenance 2023-06-26
4+
5+
- Fix configuration file `.php-cs-fixer.dist.php`.
6+
- Update development tools.
7+
38
## Version 0.4.1 2023-06-07
49

510
This update fixes the continuous integration process and ensures compatibility with PHP 8.2.

0 commit comments

Comments
 (0)