Skip to content

Commit a3eebe0

Browse files
committed
fix styleCI issue
1 parent 7d97621 commit a3eebe0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/Illuminate/Http/Client/PendingRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ public function createClient($handlerStack)
808808
}
809809

810810
/**
811-
* add handlers to the handler stack
811+
* add handlers to the handler stack.
812812
*
813813
* @param \GuzzleHttp\HandlerStack $handlerStack
814814
* @return \GuzzleHttp\HandlerStack
@@ -1046,7 +1046,7 @@ public function setClient(Client $client)
10461046
}
10471047

10481048
/**
1049-
* set the handler function
1049+
* set the handler function.
10501050
*
10511051
* @param callable $handler
10521052
* @return $this

src/Illuminate/Http/Client/Pool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Pool
1717
protected $factory;
1818

1919
/**
20-
* The handler function for Guzzle client
20+
* The handler function for Guzzle client.
2121
*
2222
* @var callable
2323
*/

tests/Http/HttpClientTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,6 @@ public function testTheRequestSendingAndResponseReceivedEventsAreFiredWhenAReque
958958
];
959959
});
960960

961-
962961
m::close();
963962
}
964963

0 commit comments

Comments
 (0)