@@ -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
@@ -328,15 +328,15 @@ public function setSpaceAfterRuleName(string $whitespace): self
328
328
*/
329
329
public function getSpaceBeforeRules (): string
330
330
{
331
- return $ this ->sSpaceBeforeRules ;
331
+ return $ this ->spaceBeforeRules ;
332
332
}
333
333
334
334
/**
335
335
* @return $this fluent interface
336
336
*/
337
337
public function setSpaceBeforeRules (string $ whitespace ): self
338
338
{
339
- $ this ->sSpaceBeforeRules = $ whitespace ;
339
+ $ this ->spaceBeforeRules = $ whitespace ;
340
340
341
341
return $ this ;
342
342
}
@@ -346,15 +346,15 @@ public function setSpaceBeforeRules(string $whitespace): self
346
346
*/
347
347
public function getSpaceAfterRules (): string
348
348
{
349
- return $ this ->sSpaceAfterRules ;
349
+ return $ this ->spaceAfterRules ;
350
350
}
351
351
352
352
/**
353
353
* @return $this fluent interface
354
354
*/
355
355
public function setSpaceAfterRules (string $ whitespace ): self
356
356
{
357
- $ this ->sSpaceAfterRules = $ whitespace ;
357
+ $ this ->spaceAfterRules = $ whitespace ;
358
358
359
359
return $ this ;
360
360
}
@@ -364,15 +364,15 @@ public function setSpaceAfterRules(string $whitespace): self
364
364
*/
365
365
public function getSpaceBetweenRules (): string
366
366
{
367
- return $ this ->sSpaceBetweenRules ;
367
+ return $ this ->spaceBetweenRules ;
368
368
}
369
369
370
370
/**
371
371
* @return $this fluent interface
372
372
*/
373
373
public function setSpaceBetweenRules (string $ whitespace ): self
374
374
{
375
- $ this ->sSpaceBetweenRules = $ whitespace ;
375
+ $ this ->spaceBetweenRules = $ whitespace ;
376
376
377
377
return $ this ;
378
378
}
0 commit comments