Skip to content

Commit 635427c

Browse files
author
Tiago Brito
committed
Fix code style according to php cs fixer rules
1 parent d97e0bd commit 635427c

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/VCR/Util/Assertion.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace VCR\Util;
34

45
use Assert\Assertion as BaseAssertion;

src/VCR/Util/HttpClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace VCR\Util;
34

45
use VCR\Request;

tests/VCR/Util/StreamHelperTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace VCR\Util;
34

45
use VCR\Request;

tests/integration/soap/src/VCR/Example/ExampleSoapClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
namespace VCR\Example;
34

45
/**

0 commit comments

Comments
 (0)