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

Fix various small typos and grammar #188

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

phil-davis
Copy link
Contributor

I let the IDE tell me about this stuff.

@phil-davis phil-davis self-assigned this Jul 15, 2022
@codecov
Copy link

codecov bot commented Jul 15, 2022

Codecov Report

Merging #188 (3b4ba97) into master (164725c) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master     #188   +/-   ##
=========================================
  Coverage     94.11%   94.11%           
  Complexity      260      260           
=========================================
  Files            15       15           
  Lines           884      884           
=========================================
  Hits            832      832           
  Misses           52       52           
Impacted Files Coverage Δ
lib/Auth/AbstractAuth.php 100.00% <ø> (ø)
lib/Auth/Basic.php 100.00% <ø> (ø)
lib/Auth/Bearer.php 100.00% <ø> (ø)
lib/Client.php 84.57% <ø> (ø)
lib/Message.php 100.00% <ø> (ø)
lib/MessageDecoratorTrait.php 100.00% <ø> (ø)
lib/Request.php 100.00% <ø> (ø)
lib/RequestDecorator.php 100.00% <ø> (ø)
lib/Response.php 100.00% <ø> (ø)
lib/ResponseDecorator.php 100.00% <ø> (ø)
... and 3 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@@ -133,7 +133,7 @@ protected function validate(): bool
return false;
}
// We need to add an md5 of the entire request body to the A2 part of the hash
$body = $this->request->getBody($asString = true);
$body = $this->request->getBody();
Copy link
Contributor Author

Choose a reason for hiding this comment

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

getBody() is declared with no parameters, so passing a parameter here is meaningless - or do I miss something?

@phil-davis phil-davis requested a review from staabm July 15, 2022 12:00
@phil-davis phil-davis merged commit 65af520 into sabre-io:master Jul 15, 2022
@phil-davis phil-davis deleted the spelling-grammar-20220715 branch July 15, 2022 12:30
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.

2 participants