composer update
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/guzzlehttp/psr7/src/Response.php
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/guzzlehttp/psr7/src/Response.php
									
									
									
									
										vendored
									
									
								
							| @@ -93,6 +93,10 @@ class Response implements ResponseInterface | ||||
|         $version = '1.1', | ||||
|         $reason = null | ||||
|     ) { | ||||
|         if (filter_var($status, FILTER_VALIDATE_INT) === false) { | ||||
|             throw new \InvalidArgumentException('Status code must be an integer value.'); | ||||
|         } | ||||
|  | ||||
|         $this->statusCode = (int) $status; | ||||
|  | ||||
|         if ($body !== '' && $body !== null) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Manish Verma
					Manish Verma