Skip to content

Commit 8e89a7b

Browse files
Merge branch '7.4' into 8.0
* 7.4: skip legacy extractor test with symfony/property-info 8.0+ chore: heredoc indentation as of PHP 7.3 [Actions] remove dead code from integration-test We can always revisit later if needed.From 2021 its there and not in use
2 parents 50ef2db + 7f5f0fb commit 8e89a7b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Tests/TestClient.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ protected function getScript(object $request): string
4747
$path = $r->getFileName();
4848

4949
return <<<EOF
50-
<?php
50+
<?php
5151
52-
require_once('$path');
52+
require_once('$path');
5353
54-
echo serialize($this->nextScript);
55-
EOF;
54+
echo serialize($this->nextScript);
55+
EOF;
5656
}
5757
}

Tests/TestHttpClient.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ protected function getScript(object $request): string
7070
$path = $r->getFileName();
7171

7272
return <<<EOF
73-
<?php
73+
<?php
7474
75-
require_once('$path');
75+
require_once('$path');
7676
77-
echo serialize($this->nextScript);
78-
EOF;
77+
echo serialize($this->nextScript);
78+
EOF;
7979
}
8080
}

0 commit comments

Comments
 (0)