Skip to content

Commit 1048336

Browse files
committed
rolling back IDE's config auto-changes for trailing whitespace
1 parent f8302b1 commit 1048336

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

test/fixtures/AnnotationsFixture.php

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ class AnnotationsFixture
3636
private $implicit_boolean_fixture;
3737

3838
/**
39-
* @value abc
40-
* @value "abc"
41-
* @value "abc "
39+
* @value abc
40+
* @value "abc"
41+
* @value "abc "
4242
* @value "123"
4343
*/
4444
private $string_fixture;
@@ -130,17 +130,17 @@ class AnnotationsFixture
130130

131131
/**
132132
* @value string abc
133-
* @value string 45
133+
* @value string 45
134134
* @value integer 45
135-
* @value integer -45
135+
* @value integer -45
136136
* @value float .45
137137
* @value float 0.45
138138
* @value float 45.
139139
* @value float -4.5
140-
* @value float 4
140+
* @value float 4
141141
* @json_value json ["x", "y"]
142142
* @json_value json {"x": {"y": "z"}}
143-
* @json_value json {"x": {"y": ["z", "p"]}}
143+
* @json_value json {"x": {"y": ["z", "p"]}}
144144
*/
145145
private $strong_typed_fixture;
146146

@@ -154,14 +154,14 @@ class AnnotationsFixture
154154
* @multiline_indented_string
155155
* ------
156156
* < moo >
157-
* ------
157+
* ------
158158
* \ ^__^
159159
* \ (oo)\_______
160160
* (__)\ )\/\
161161
* ||----w |
162162
* || ||
163163
*
164-
*
164+
*
165165
* @multiline_json json {
166166
* "x": {
167167
* "y": [
@@ -177,10 +177,10 @@ class AnnotationsFixture
177177
* @value integer
178178
* @value float
179179
* @value json
180-
* @value_with_trailing_space string
181-
* @value_with_trailing_space integer
182-
* @value_with_trailing_space float
183-
* @value_with_trailing_space json
180+
* @value_with_trailing_space string
181+
* @value_with_trailing_space integer
182+
* @value_with_trailing_space float
183+
* @value_with_trailing_space json
184184
*/
185185
private $reserved_words_as_value_fixture;
186186

test/suite/DynamicParserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
/**
66
* DynamicParserTest
7-
*
7+
*
88
* @group parser
99
*/
1010
class DynamicParserTest extends BaseTest
@@ -153,7 +153,7 @@ public function parseMultilineValueFixture()
153153
."Suspendisse egestas orci a felis imperdiet, non consectetur est suscipit.";
154154
$this->assertSame($string, $annotations['multiline_string']);
155155

156-
$cowsay = "------\n< moo >\n------\n \ ^__^\n ".
156+
$cowsay = "------\n< moo >\n------ \n \ ^__^\n ".
157157
"\ (oo)\_______\n (__)\ )\/\\\n ".
158158
"||----w |\n || ||";
159159
$this->assertSame($cowsay, $annotations['multiline_indented_string']);

0 commit comments

Comments
 (0)