Skip to content

Commit a046263

Browse files
Merge branch '4.3' into 4.4
* 4.3: Use `::class` constants instead of `__NAMESPACE__` when possible
2 parents c2f5dcb + 72d7dcd commit a046263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Caster/ReflectionCasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function testClosureCasterExcludingVerbosity()
120120

121121
public function testReflectionParameter()
122122
{
123-
$var = new \ReflectionParameter(__NAMESPACE__.'\reflectionParameterFixture', 0);
123+
$var = new \ReflectionParameter(reflectionParameterFixture::class, 0);
124124

125125
$this->assertDumpMatchesFormat(
126126
<<<'EOTXT'

0 commit comments

Comments
 (0)