Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/cs'
Browse files Browse the repository at this point in the history
Fixes failing php-cs-fixer notices.
  • Loading branch information
Show file tree
Hide file tree
Showing 53 changed files with 2 additions and 53 deletions.
2 changes: 1 addition & 1 deletion src/AbstractMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ public function __toString()
{
return $this->toString();
}
}
}
1 change: 0 additions & 1 deletion src/Header/AcceptEncoding.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,3 @@ protected function parseFieldValuePart($fieldValuePart)
return new FieldValuePart\EncodingFieldValuePart($internalValues);
}
}

2 changes: 1 addition & 1 deletion src/PhpEnvironment/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ public function send()
->sendContent();
return $this;
}
}
}
1 change: 0 additions & 1 deletion test/Header/AcceptCharsetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@ public function testWildcharCharset()
$this->assertEquals('Accept-Charset: iso-8859-5;q=0.8, *;q=0.4', $acceptHeader->toString());
}
}

1 change: 0 additions & 1 deletion test/Header/AcceptEncodingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@ public function testWildcharEncoder()
$this->assertEquals('Accept-Encoding: compress;q=0.8, *;q=0.4', $acceptHeader->toString());
}
}

1 change: 0 additions & 1 deletion test/Header/AcceptRangesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ public function testAcceptRangesToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/AgeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ public function testAgeCorrectsDeltaSecondsOverflow()
$this->assertEquals('Age: 2147483648', $ageHeader->toString());
}
}

1 change: 0 additions & 1 deletion test/Header/AllowTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@ public function testAllowChecksAllowedMethod()
$this->assertTrue($allowHeader->isAllowedMethod('TRACE'));
}
}

1 change: 0 additions & 1 deletion test/Header/AuthenticationInfoTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testAuthenticationInfoToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/AuthorizationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testAuthorizationToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ConnectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ public function testConnectionSetPersistentReturnsProperValue()
}

}

1 change: 0 additions & 1 deletion test/Header/ContentDispositionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testContentDispositionToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ContentEncodingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testContentEncodingToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ContentLanguageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testContentLanguageToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ContentLengthTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testContentLengthToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ContentLocationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,3 @@ public function testContentLocationCanSetAndAccessRelativeUri()
}

}

1 change: 0 additions & 1 deletion test/Header/ContentMD5Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testContentMD5ToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ContentRangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testContentRangeToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ContentTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testContentTypeToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/CookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -641,4 +641,3 @@ public function testCookieToStringReturnsHeaderFormattedString()
// );
// }
}

1 change: 0 additions & 1 deletion test/Header/DateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,3 @@ public function testDateCanOutputDatesInOldFormats()
$this->assertEquals('Date: Sun Nov 6 08:49:37 1994', $dateHeader->toString());
}
}

1 change: 0 additions & 1 deletion test/Header/EtagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testEtagToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ExpectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testExpectToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ExpiresTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ public function testExpiresToStringReturnsHeaderFormattedString()
*/

}

1 change: 0 additions & 1 deletion test/Header/FromTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testFromToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/HostTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testHostToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/IfMatchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testIfMatchToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/IfModifiedSinceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ public function testIfModifiedSinceToStringReturnsHeaderFormattedString()
*/

}

1 change: 0 additions & 1 deletion test/Header/IfNoneMatchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testIfNoneMatchToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/IfRangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testIfRangeToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/IfUnmodifiedSinceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ public function testIfUnmodifiedSinceToStringReturnsHeaderFormattedString()
*/

}

1 change: 0 additions & 1 deletion test/Header/KeepAliveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testKeepAliveToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/LastModifiedTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ public function testLastModifiedToStringReturnsHeaderFormattedString()
*/

}

1 change: 0 additions & 1 deletion test/Header/LocationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,3 @@ public function testLocationCanSetAndAccessRelativeUri()
}

}

1 change: 0 additions & 1 deletion test/Header/MaxForwardsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testMaxForwardsToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/PragmaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testPragmaToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ProxyAuthenticateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testProxyAuthenticateToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ProxyAuthorizationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testProxyAuthorizationToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/RangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testRangeToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/RefererTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,3 @@ public function testRefererDoesNotHaveUriFragment()
$this->assertEquals('Referer: http://www.example.com/path?query', $refererHeader->toString());
}
}

1 change: 0 additions & 1 deletion test/Header/RefreshTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testRefreshToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/RetryAfterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ public function testRetryAfterToStringReturnsHeaderFormattedString()

}
}

1 change: 0 additions & 1 deletion test/Header/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testServerToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/SetCookieTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,3 @@ public static function validCookieWithInfoProvider()
}

}

1 change: 0 additions & 1 deletion test/Header/TETest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testTEToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/TrailerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testTrailerToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/TransferEncodingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testTransferEncodingToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/UpgradeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testUpgradeToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/UserAgentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testUserAgentToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/VaryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testVaryToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/ViaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testViaToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/WWWAuthenticateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testWWWAuthenticateToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

1 change: 0 additions & 1 deletion test/Header/WarningTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ public function testWarningToStringReturnsHeaderFormattedString()
/** Implmentation specific tests here */

}

0 comments on commit eddeb7d

Please sign in to comment.