Skip to content

Commit 1473645

Browse files
dkarlovinicolas-grekas
authored andcommitted
[2.7] Fix issues found by PHPStan
1 parent 8bf9a56 commit 1473645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ public function ianaCodesReasonPhrasesProvider()
912912

913913
$ianaCodesReasonPhrases = array();
914914

915-
$xpath = new \DomXPath($ianaHttpStatusCodes);
915+
$xpath = new \DOMXPath($ianaHttpStatusCodes);
916916
$xpath->registerNamespace('ns', 'http://www.iana.org/assignments');
917917

918918
$records = $xpath->query('//ns:record');

0 commit comments

Comments
 (0)