Skip to content

Commit 56fa14c

Browse files
committed
[TASK] Update Baseline
1 parent 686cf4e commit 56fa14c

File tree

1 file changed

+0
-96
lines changed

1 file changed

+0
-96
lines changed

config/phpstan-baseline.neon

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -36,30 +36,12 @@ parameters:
3636
count: 1
3737
path: ../src/CSSList/CSSList.php
3838

39-
-
40-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
41-
identifier: method.notFound
42-
count: 1
43-
path: ../src/CSSList/Document.php
44-
4539
-
4640
message: '#^Parameters should have "string\|null" types as the only types passed to this method$#'
4741
identifier: typePerfect.narrowPublicClassMethodParamType
4842
count: 1
4943
path: ../src/CSSList/Document.php
5044

51-
-
52-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
53-
identifier: method.notFound
54-
count: 1
55-
path: ../src/CSSList/KeyFrame.php
56-
57-
-
58-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeOpeningBrace\(\)\.$#'
59-
identifier: method.notFound
60-
count: 1
61-
path: ../src/CSSList/KeyFrame.php
62-
6345
-
6446
message: '#^Loose comparison via "\=\=" is not allowed\.$#'
6547
identifier: equal.notAllowed
@@ -84,24 +66,12 @@ parameters:
8466
count: 1
8567
path: ../src/Property/CSSNamespace.php
8668

87-
-
88-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
89-
identifier: method.notFound
90-
count: 1
91-
path: ../src/Property/Charset.php
92-
9369
-
9470
message: '#^Method Sabberworm\\CSS\\Property\\Charset\:\:atRuleArgs\(\) should return string but returns Sabberworm\\CSS\\Value\\CSSString\.$#'
9571
identifier: return.type
9672
count: 1
9773
path: ../src/Property/Charset.php
9874

99-
-
100-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
101-
identifier: method.notFound
102-
count: 1
103-
path: ../src/Property/Import.php
104-
10575
-
10676
message: '#^Only booleans are allowed in an if condition, string given\.$#'
10777
identifier: if.condNotBoolean
@@ -132,36 +102,6 @@ parameters:
132102
count: 1
133103
path: ../src/RuleSet/AtRuleSet.php
134104

135-
-
136-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:comments\(\)\.$#'
137-
identifier: method.notFound
138-
count: 1
139-
path: ../src/RuleSet/DeclarationBlock.php
140-
141-
-
142-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:implode\(\)\.$#'
143-
identifier: method.notFound
144-
count: 1
145-
path: ../src/RuleSet/DeclarationBlock.php
146-
147-
-
148-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceAfterSelectorSeparator\(\)\.$#'
149-
identifier: method.notFound
150-
count: 1
151-
path: ../src/RuleSet/DeclarationBlock.php
152-
153-
-
154-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeOpeningBrace\(\)\.$#'
155-
identifier: method.notFound
156-
count: 1
157-
path: ../src/RuleSet/DeclarationBlock.php
158-
159-
-
160-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeSelectorSeparator\(\)\.$#'
161-
identifier: method.notFound
162-
count: 1
163-
path: ../src/RuleSet/DeclarationBlock.php
164-
165105
-
166106
message: '#^Loose comparison via "\!\=" is not allowed\.$#'
167107
identifier: notEqual.notAllowed
@@ -180,36 +120,6 @@ parameters:
180120
count: 1
181121
path: ../src/RuleSet/DeclarationBlock.php
182122

183-
-
184-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:removeLastSemicolon\(\)\.$#'
185-
identifier: method.notFound
186-
count: 1
187-
path: ../src/RuleSet/RuleSet.php
188-
189-
-
190-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:safely\(\)\.$#'
191-
identifier: method.notFound
192-
count: 1
193-
path: ../src/RuleSet/RuleSet.php
194-
195-
-
196-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceAfterRules\(\)\.$#'
197-
identifier: method.notFound
198-
count: 1
199-
path: ../src/RuleSet/RuleSet.php
200-
201-
-
202-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBeforeRules\(\)\.$#'
203-
identifier: method.notFound
204-
count: 1
205-
path: ../src/RuleSet/RuleSet.php
206-
207-
-
208-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:spaceBetweenRules\(\)\.$#'
209-
identifier: method.notFound
210-
count: 1
211-
path: ../src/RuleSet/RuleSet.php
212-
213123
-
214124
message: '#^Only booleans are allowed in a negated boolean, string\|null given\.$#'
215125
identifier: booleanNot.exprNotBoolean
@@ -252,12 +162,6 @@ parameters:
252162
count: 3
253163
path: ../src/Value/CalcFunction.php
254164

255-
-
256-
message: '#^Call to an undefined method Sabberworm\\CSS\\OutputFormat\:\:implode\(\)\.$#'
257-
identifier: method.notFound
258-
count: 1
259-
path: ../src/Value/CalcRuleValueList.php
260-
261165
-
262166
message: '#^Call to method Sabberworm\\CSS\\Value\\Color\:\:hasNoneAsComponentValue\(\) with incorrect case\: HasNoneAsComponentValue$#'
263167
identifier: method.nameCase

0 commit comments

Comments
 (0)