@@ -43,17 +43,17 @@ class OutputFormat
43
43
/**
44
44
* @var string
45
45
*/
46
- private $ sSpaceBeforeRules = '' ;
46
+ private $ spaceBeforeRules = '' ;
47
47
48
48
/**
49
49
* @var string
50
50
*/
51
- private $ sSpaceAfterRules = '' ;
51
+ private $ spaceAfterRules = '' ;
52
52
53
53
/**
54
54
* @var string
55
55
*/
56
- private $ sSpaceBetweenRules = '' ;
56
+ private $ spaceBetweenRules = '' ;
57
57
58
58
/**
59
59
* @var string
@@ -277,15 +277,15 @@ public function setSpaceAfterRuleName(string $whitespace): self
277
277
*/
278
278
public function getSpaceBeforeRules (): string
279
279
{
280
- return $ this ->sSpaceBeforeRules ;
280
+ return $ this ->spaceBeforeRules ;
281
281
}
282
282
283
283
/**
284
284
* @return $this fluent interface
285
285
*/
286
286
public function setSpaceBeforeRules (string $ whitespace ): self
287
287
{
288
- $ this ->sSpaceBeforeRules = $ whitespace ;
288
+ $ this ->spaceBeforeRules = $ whitespace ;
289
289
290
290
return $ this ;
291
291
}
@@ -295,15 +295,15 @@ public function setSpaceBeforeRules(string $whitespace): self
295
295
*/
296
296
public function getSpaceAfterRules (): string
297
297
{
298
- return $ this ->sSpaceAfterRules ;
298
+ return $ this ->spaceAfterRules ;
299
299
}
300
300
301
301
/**
302
302
* @return $this fluent interface
303
303
*/
304
304
public function setSpaceAfterRules (string $ whitespace ): self
305
305
{
306
- $ this ->sSpaceAfterRules = $ whitespace ;
306
+ $ this ->spaceAfterRules = $ whitespace ;
307
307
308
308
return $ this ;
309
309
}
@@ -313,15 +313,15 @@ public function setSpaceAfterRules(string $whitespace): self
313
313
*/
314
314
public function getSpaceBetweenRules (): string
315
315
{
316
- return $ this ->sSpaceBetweenRules ;
316
+ return $ this ->spaceBetweenRules ;
317
317
}
318
318
319
319
/**
320
320
* @return $this fluent interface
321
321
*/
322
322
public function setSpaceBetweenRules (string $ whitespace ): self
323
323
{
324
- $ this ->sSpaceBetweenRules = $ whitespace ;
324
+ $ this ->spaceBetweenRules = $ whitespace ;
325
325
326
326
return $ this ;
327
327
}
0 commit comments