Skip to content

Commit 80236b4

Browse files
committed
Automatic fixes and baseline
1 parent 1835ae8 commit 80236b4

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

config/phpstan-baseline.neon

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
parameters:
2-
ignoreErrors:
3-
-
4-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:setIndentation\(\)\.$#'
5-
identifier: method.notFound
6-
count: 2
7-
path: ../src/OutputFormat.php
2+
ignoreErrors: []
83

src/OutputFormat.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,7 @@ class OutputFormat
161161
*/
162162
private $iIndentationLevel = 0;
163163

164-
public function __construct()
165-
{
166-
}
164+
public function __construct() {}
167165

168166
/**
169167
* @param string $sName

0 commit comments

Comments
 (0)