We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2df79 commit 65afd70Copy full SHA for 65afd70
config/phpstan-baseline.neon
@@ -1,8 +1,3 @@
1
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
+ ignoreErrors: []
8
src/OutputFormat.php
@@ -161,9 +161,7 @@ class OutputFormat
161
*/
162
private $iIndentationLevel = 0;
163
164
- public function __construct()
165
- {
166
- }
+ public function __construct() {}
167
168
/**
169
* @return string|int|bool|null
0 commit comments