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

Some content is hidden

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

42 files changed

+0
-42
lines changed

src/Cookies.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,5 +342,4 @@ public function reset()
342342
$this->cookies = $this->rawCookies = array();
343343
return $this;
344344
}
345-
346345
}

src/Header/AbstractAccept.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,5 +452,4 @@ public function getPrioritized()
452452

453453
return $this->fieldValueParts;
454454
}
455-
456455
}

src/Header/Accept/FieldValuePart/AbstractFieldValuePart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,4 @@ public function __get($key)
114114
{
115115
return $this->getInternalValues()->$key;
116116
}
117-
118117
}

src/Header/Accept/FieldValuePart/AcceptFieldValuePart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ public function getFormat()
4444
{
4545
return $this->getInternalValues()->format;
4646
}
47-
4847
}

src/Header/Accept/FieldValuePart/CharsetFieldValuePart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ public function getCharset()
2929
{
3030
return $this->getInternalValues()->type;
3131
}
32-
3332
}

src/Header/Accept/FieldValuePart/EncodingFieldValuePart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,4 @@ public function getEncoding()
2929
{
3030
return $this->type;
3131
}
32-
3332
}

src/Header/Accept/FieldValuePart/LanguageFieldValuePart.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ public function getSubTag()
3535
{
3636
return $this->getInternalValues()->subtype;
3737
}
38-
3938
}

src/Header/AcceptLanguage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,4 @@ protected function parseFieldValuePart($fieldValuePart)
110110

111111
return new FieldValuePart\LanguageFieldValuePart((object) $aggregated);
112112
}
113-
114113
}

src/Header/AcceptRanges.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,4 @@ public function toString()
6363
{
6464
return 'Accept-Ranges: ' . $this->getFieldValue();
6565
}
66-
6766
}

src/Header/AuthenticationInfo.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ public function toString()
4848
{
4949
return 'Authentication-Info: ' . $this->getFieldValue();
5050
}
51-
5251
}

0 commit comments

Comments
 (0)