Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 98099ac

Browse files
committed
Space between cast operator and variable
1 parent 34b373c commit 98099ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Reflection/ReflectionDocBlockTagTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testToString()
6262

6363
$expectedString = 'DocBlock Tag [ * @descriptionTag ]' . "\n";
6464

65-
self::assertEquals($expectedString, (string)$tag);
65+
self::assertEquals($expectedString, (string) $tag);
6666
}
6767

6868
public function testTypeParam()

0 commit comments

Comments
 (0)