updated-packages

This commit is contained in:
RafficMohammed
2023-01-08 00:13:22 +05:30
parent 3ff7df7487
commit da241bacb6
12659 changed files with 563377 additions and 510538 deletions

View File

@@ -30,7 +30,7 @@ class CacheControl implements HeaderInterface
*
* @param string $headerLine
* @throws Exception\InvalidArgumentException
* @return CacheControl
* @return static
*/
public static function fromString($headerLine)
{
@@ -83,7 +83,7 @@ class CacheControl implements HeaderInterface
*
* @param string $key
* @param string|bool $value
* @return CacheControl - provides the fluent interface
* @return $this
*/
public function addDirective($key, $value = true)
{
@@ -121,7 +121,7 @@ class CacheControl implements HeaderInterface
* Remove a directive
*
* @param string $key
* @return CacheControl - provides the fluent interface
* @return $this
*/
public function removeDirective($key)
{