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

Commit eddeb7d

Browse files

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+2
-53
lines changed

src/AbstractMessage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ public function __toString()
105105
{
106106
return $this->toString();
107107
}
108-
}
108+
}

src/Header/AcceptEncoding.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,3 @@ protected function parseFieldValuePart($fieldValuePart)
8080
return new FieldValuePart\EncodingFieldValuePart($internalValues);
8181
}
8282
}
83-

src/PhpEnvironment/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ public function send()
101101
->sendContent();
102102
return $this;
103103
}
104-
}
104+
}

test/Header/AcceptCharsetTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@ public function testWildcharCharset()
7979
$this->assertEquals('Accept-Charset: iso-8859-5;q=0.8, *;q=0.4', $acceptHeader->toString());
8080
}
8181
}
82-

test/Header/AcceptEncodingTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@ public function testWildcharEncoder()
7979
$this->assertEquals('Accept-Encoding: compress;q=0.8, *;q=0.4', $acceptHeader->toString());
8080
}
8181
}
82-

test/Header/AcceptRangesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,3 @@ public function testAcceptRangesToStringReturnsHeaderFormattedString()
4747
/** Implmentation specific tests here */
4848

4949
}
50-

test/Header/AgeTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ public function testAgeCorrectsDeltaSecondsOverflow()
5050
$this->assertEquals('Age: 2147483648', $ageHeader->toString());
5151
}
5252
}
53-

test/Header/AllowTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,3 @@ public function testAllowChecksAllowedMethod()
7979
$this->assertTrue($allowHeader->isAllowedMethod('TRACE'));
8080
}
8181
}
82-

test/Header/AuthenticationInfoTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ public function testAuthenticationInfoToStringReturnsHeaderFormattedString()
4949
/** Implmentation specific tests here */
5050

5151
}
52-

test/Header/AuthorizationTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ public function testAuthorizationToStringReturnsHeaderFormattedString()
4949
/** Implmentation specific tests here */
5050

5151
}
52-

0 commit comments

Comments
 (0)