@@ -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
@@ -313,15 +313,15 @@ public function setSpaceAfterRuleName(string $whitespace): self
313
313
*/
314
314
public function getSpaceBeforeRules (): string
315
315
{
316
- return $ this ->sSpaceBeforeRules ;
316
+ return $ this ->spaceBeforeRules ;
317
317
}
318
318
319
319
/**
320
320
* @return $this fluent interface
321
321
*/
322
322
public function setSpaceBeforeRules (string $ whitespace ): self
323
323
{
324
- $ this ->sSpaceBeforeRules = $ whitespace ;
324
+ $ this ->spaceBeforeRules = $ whitespace ;
325
325
326
326
return $ this ;
327
327
}
@@ -331,15 +331,15 @@ public function setSpaceBeforeRules(string $whitespace): self
331
331
*/
332
332
public function getSpaceAfterRules (): string
333
333
{
334
- return $ this ->sSpaceAfterRules ;
334
+ return $ this ->spaceAfterRules ;
335
335
}
336
336
337
337
/**
338
338
* @return $this fluent interface
339
339
*/
340
340
public function setSpaceAfterRules (string $ whitespace ): self
341
341
{
342
- $ this ->sSpaceAfterRules = $ whitespace ;
342
+ $ this ->spaceAfterRules = $ whitespace ;
343
343
344
344
return $ this ;
345
345
}
@@ -349,15 +349,15 @@ public function setSpaceAfterRules(string $whitespace): self
349
349
*/
350
350
public function getSpaceBetweenRules (): string
351
351
{
352
- return $ this ->sSpaceBetweenRules ;
352
+ return $ this ->spaceBetweenRules ;
353
353
}
354
354
355
355
/**
356
356
* @return $this fluent interface
357
357
*/
358
358
public function setSpaceBetweenRules (string $ whitespace ): self
359
359
{
360
- $ this ->sSpaceBetweenRules = $ whitespace ;
360
+ $ this ->spaceBetweenRules = $ whitespace ;
361
361
362
362
return $ this ;
363
363
}
0 commit comments