Skip to content

Commit 82b1537

Browse files
keradusnicolas-grekas
authored andcommitted
PHP CS Fixer: clean up repo and adjust config
1 parent c11362e commit 82b1537

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*
2727
* @author Fabien Potencier <[email protected]>
2828
*
29-
* @method Request|null getRequest() A Request instance
29+
* @method Request|null getRequest() A Request instance
3030
* @method Response|null getResponse() A Response instance
3131
*/
3232
class Client extends BaseClient

HttpCache/HttpCache.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ class HttpCache implements HttpKernelInterface, TerminableInterface
3636
private $traces = array();
3737

3838
/**
39+
* Constructor.
40+
*
3941
* The available options are:
4042
*
4143
* * debug: If true, the traces are added as a HTTP header to ease debugging

0 commit comments

Comments
 (0)