Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cs fixer CI changes v3 #239

Merged
merged 10 commits into from Jun 28, 2023
Merged

Conversation

phil-davis
Copy link
Contributor

@phil-davis phil-davis commented Jun 9, 2023

php-cs-fixer now wants various changes.
I have got most of this from what is in master branch (major version 4) and applied it to the major version 3 branch. See master PRs #231 #233 #234 #236 #238

@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #239 (b1504f3) into v3 (5f9d8c1) will increase coverage by 0.21%.
The diff coverage is 80.00%.

@@             Coverage Diff              @@
##                 v3     #239      +/-   ##
============================================
+ Coverage     96.68%   96.90%   +0.21%     
  Complexity      116      116              
============================================
  Files            13       13              
  Lines           453      485      +32     
============================================
+ Hits            438      470      +32     
  Misses           15       15              
Impacted Files Coverage Δ
lib/Deserializer/functions.php 89.69% <ø> (ø)
lib/Element/Base.php 100.00% <ø> (ø)
lib/Element/Uri.php 100.00% <ø> (ø)
lib/Service.php 98.59% <ø> (+0.13%) ⬆️
lib/Writer.php 100.00% <ø> (ø)
lib/Serializer/functions.php 97.77% <66.66%> (ø)
lib/LibXMLException.php 100.00% <100.00%> (ø)
lib/Reader.php 97.50% <100.00%> (+0.08%) ⬆️

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@phil-davis
Copy link
Contributor Author

After PR #238 is merged, I will sort this out to make similar changes for major version 3.

@phil-davis phil-davis marked this pull request as ready for review June 28, 2023 11:34
@phil-davis phil-davis requested a review from staabm June 28, 2023 11:35
@phil-davis
Copy link
Contributor Author

@staabm this gets the major version 3 branch up-to-date with all the tools...
That will allow patch releases 3.0.* to be made out of the v3 branch as needed.
(an major version 4 patch releases come from master)

@phil-davis phil-davis merged commit 6e6967f into sabre-io:v3 Jun 28, 2023
4 of 5 checks passed
@phil-davis phil-davis deleted the cs-fixer-ci-changes-v3 branch June 28, 2023 11:38
@@ -30,9 +29,9 @@ class LibXMLException extends ParseException
*
* You should pass a list of LibXMLError objects in its constructor.
*
* @param LibXMLError[] $errors
* @param \LibXMLError[] $errors
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interessting that these got prefixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants