Skip to content

Commit 911bc2f

Browse files
committed
[TASK] Update Baseline
1 parent ec1d1b4 commit 911bc2f

File tree

1 file changed

+0
-192
lines changed

1 file changed

+0
-192
lines changed

config/phpstan-baseline.neon

Lines changed: 0 additions & 192 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
parameters:
22
ignoreErrors:
3-
-
4-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
5-
identifier: method.notFound
6-
count: 1
7-
path: ../src/CSSList/AtRuleBlockList.php
8-
9-
-
10-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeOpeningBrace\(\)\.$#'
11-
identifier: method.notFound
12-
count: 1
13-
path: ../src/CSSList/AtRuleBlockList.php
14-
153
-
164
message: '#^Only booleans are allowed in an if condition, string given\.$#'
175
identifier: if.condNotBoolean
@@ -30,30 +18,6 @@ parameters:
3018
count: 1
3119
path: ../src/CSSList/CSSBlockList.php
3220

33-
-
34-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:safely\(\)\.$#'
35-
identifier: method.notFound
36-
count: 1
37-
path: ../src/CSSList/CSSList.php
38-
39-
-
40-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceAfterBlocks\(\)\.$#'
41-
identifier: method.notFound
42-
count: 1
43-
path: ../src/CSSList/CSSList.php
44-
45-
-
46-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeBlocks\(\)\.$#'
47-
identifier: method.notFound
48-
count: 1
49-
path: ../src/CSSList/CSSList.php
50-
51-
-
52-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBetweenBlocks\(\)\.$#'
53-
identifier: method.notFound
54-
count: 1
55-
path: ../src/CSSList/CSSList.php
56-
5721
-
5822
message: '#^Loose comparison via "\!\=" is not allowed\.$#'
5923
identifier: notEqual.notAllowed
@@ -72,30 +36,12 @@ parameters:
7236
count: 1
7337
path: ../src/CSSList/CSSList.php
7438

75-
-
76-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
77-
identifier: method.notFound
78-
count: 1
79-
path: ../src/CSSList/Document.php
80-
8139
-
8240
message: '#^Parameters should have "string\|null" types as the only types passed to this method$#'
8341
identifier: typePerfect.narrowPublicClassMethodParamType
8442
count: 1
8543
path: ../src/CSSList/Document.php
8644

87-
-
88-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
89-
identifier: method.notFound
90-
count: 1
91-
path: ../src/CSSList/KeyFrame.php
92-
93-
-
94-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeOpeningBrace\(\)\.$#'
95-
identifier: method.notFound
96-
count: 1
97-
path: ../src/CSSList/KeyFrame.php
98-
9945
-
10046
message: '#^Parameters should have "string" types as the only types passed to this method$#'
10147
identifier: typePerfect.narrowPublicClassMethodParamType
@@ -192,24 +138,12 @@ parameters:
192138
count: 1
193139
path: ../src/Property/CSSNamespace.php
194140

195-
-
196-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
197-
identifier: method.notFound
198-
count: 1
199-
path: ../src/Property/Charset.php
200-
201141
-
202142
message: '#^Method Sabberworm\\CSS\\Property\\Charset\:\:atRuleArgs\(\) should return string but returns Sabberworm\\CSS\\Value\\CSSString\.$#'
203143
identifier: return.type
204144
count: 1
205145
path: ../src/Property/Charset.php
206146

207-
-
208-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
209-
identifier: method.notFound
210-
count: 1
211-
path: ../src/Property/Import.php
212-
213147
-
214148
message: '#^Only booleans are allowed in an if condition, string given\.$#'
215149
identifier: if.condNotBoolean
@@ -222,18 +156,6 @@ parameters:
222156
count: 1
223157
path: ../src/Property/Import.php
224158

225-
-
226-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
227-
identifier: method.notFound
228-
count: 1
229-
path: ../src/Rule/Rule.php
230-
231-
-
232-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceAfterRuleName\(\)\.$#'
233-
identifier: method.notFound
234-
count: 1
235-
path: ../src/Rule/Rule.php
236-
237159
-
238160
message: '#^Construct empty\(\) is not allowed\. Use more strict comparison\.$#'
239161
identifier: empty.notAllowed
@@ -264,54 +186,12 @@ parameters:
264186
count: 1
265187
path: ../src/Rule/Rule.php
266188

267-
-
268-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
269-
identifier: method.notFound
270-
count: 1
271-
path: ../src/RuleSet/AtRuleSet.php
272-
273-
-
274-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeOpeningBrace\(\)\.$#'
275-
identifier: method.notFound
276-
count: 1
277-
path: ../src/RuleSet/AtRuleSet.php
278-
279189
-
280190
message: '#^Only booleans are allowed in an if condition, string given\.$#'
281191
identifier: if.condNotBoolean
282192
count: 1
283193
path: ../src/RuleSet/AtRuleSet.php
284194

285-
-
286-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
287-
identifier: method.notFound
288-
count: 1
289-
path: ../src/RuleSet/DeclarationBlock.php
290-
291-
-
292-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:implode\(\)\.$#'
293-
identifier: method.notFound
294-
count: 1
295-
path: ../src/RuleSet/DeclarationBlock.php
296-
297-
-
298-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceAfterSelectorSeparator\(\)\.$#'
299-
identifier: method.notFound
300-
count: 1
301-
path: ../src/RuleSet/DeclarationBlock.php
302-
303-
-
304-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeOpeningBrace\(\)\.$#'
305-
identifier: method.notFound
306-
count: 1
307-
path: ../src/RuleSet/DeclarationBlock.php
308-
309-
-
310-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeSelectorSeparator\(\)\.$#'
311-
identifier: method.notFound
312-
count: 1
313-
path: ../src/RuleSet/DeclarationBlock.php
314-
315195
-
316196
message: '#^Loose comparison via "\!\=" is not allowed\.$#'
317197
identifier: notEqual.notAllowed
@@ -336,36 +216,6 @@ parameters:
336216
count: 2
337217
path: ../src/RuleSet/RuleSet.php
338218

339-
-
340-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:removeLastSemicolon\(\)\.$#'
341-
identifier: method.notFound
342-
count: 1
343-
path: ../src/RuleSet/RuleSet.php
344-
345-
-
346-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:safely\(\)\.$#'
347-
identifier: method.notFound
348-
count: 1
349-
path: ../src/RuleSet/RuleSet.php
350-
351-
-
352-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceAfterRules\(\)\.$#'
353-
identifier: method.notFound
354-
count: 1
355-
path: ../src/RuleSet/RuleSet.php
356-
357-
-
358-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeRules\(\)\.$#'
359-
identifier: method.notFound
360-
count: 1
361-
path: ../src/RuleSet/RuleSet.php
362-
363-
-
364-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBetweenRules\(\)\.$#'
365-
identifier: method.notFound
366-
count: 1
367-
path: ../src/RuleSet/RuleSet.php
368-
369219
-
370220
message: '#^Only booleans are allowed in a negated boolean, string\|null given\.$#'
371221
identifier: booleanNot.exprNotBoolean
@@ -414,30 +264,6 @@ parameters:
414264
count: 3
415265
path: ../src/Value/CalcFunction.php
416266

417-
-
418-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:implode\(\)\.$#'
419-
identifier: method.notFound
420-
count: 1
421-
path: ../src/Value/CalcRuleValueList.php
422-
423-
-
424-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:implode\(\)\.$#'
425-
identifier: method.notFound
426-
count: 2
427-
path: ../src/Value/Color.php
428-
429-
-
430-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceAfterListArgumentSeparator\(\)\.$#'
431-
identifier: method.notFound
432-
count: 1
433-
path: ../src/Value/Color.php
434-
435-
-
436-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeListArgumentSeparator\(\)\.$#'
437-
identifier: method.notFound
438-
count: 1
439-
path: ../src/Value/Color.php
440-
441267
-
442268
message: '#^Call to method Sabberworm\\CSS\\Value\\Color\:\:hasNoneAsComponentValue\(\) with incorrect case\: HasNoneAsComponentValue$#'
443269
identifier: method.nameCase
@@ -473,21 +299,3 @@ parameters:
473299
identifier: typePerfect.narrowPublicClassMethodParamType
474300
count: 1
475301
path: ../src/Value/Size.php
476-
477-
-
478-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:implode\(\)\.$#'
479-
identifier: method.notFound
480-
count: 1
481-
path: ../src/Value/ValueList.php
482-
483-
-
484-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceAfterListArgumentSeparator\(\)\.$#'
485-
identifier: method.notFound
486-
count: 1
487-
path: ../src/Value/ValueList.php
488-
489-
-
490-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeListArgumentSeparator\(\)\.$#'
491-
identifier: method.notFound
492-
count: 1
493-
path: ../src/Value/ValueList.php

0 commit comments

Comments
 (0)