Skip to content

Commit 0d0329a

Browse files
Trailing newlines
1 parent b48b401 commit 0d0329a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Zend/tests/attributes/constants/constant_redefined_addition.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ var_dump( $reflection->getAttributes() )
1818
Warning: Constant MY_CONST already defined in %s on line %d
1919
No attributes
2020
array(0) {
21-
}
21+
}

Zend/tests/attributes/constants/constant_redefined_change.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ array(1) {
2424
["name"]=>
2525
string(11) "MyAttribute"
2626
}
27-
}
27+
}

Zend/tests/attributes/constants/constant_redefined_removal.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ array(1) {
2323
["name"]=>
2424
string(11) "MyAttribute"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)