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

Commit 9d1f325

Browse files
committed
Remove the last occurence of PHP_EOL in a commented test and enabling it
1 parent 23e83bc commit 9d1f325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Generator/TestAsset/TestClassWithManyProperties.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TestClassWithManyProperties
3636
array(
3737
'bar',
3838
'baz',
39-
//PHP_EOL
39+
"\n"
4040
)
4141
);
4242

0 commit comments

Comments
 (0)