Skip to content

Commit 9cdfd5a

Browse files
committed
fix(phpstan): Remove undefined property and method access errors from ComposerFallbackTest.php.
1 parent 55133e0 commit 9cdfd5a

File tree

1 file changed

+0
-66
lines changed

1 file changed

+0
-66
lines changed

phpstan-baseline.neon

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -108,72 +108,6 @@ parameters:
108108
count: 2
109109
path: tests/Config/ConfigTest.php
110110

111-
-
112-
message: '#^Access to an undefined property Composer\\Installer\|PHPUnit\\Framework\\MockObject\\MockObject\:\:\$composer\.$#'
113-
identifier: property.notFound
114-
count: 1
115-
path: tests/Fallback/ComposerFallbackTest.php
116-
117-
-
118-
message: '#^Access to an undefined property Composer\\Installer\|PHPUnit\\Framework\\MockObject\\MockObject\:\:\$composerFallback\.$#'
119-
identifier: property.notFound
120-
count: 1
121-
path: tests/Fallback/ComposerFallbackTest.php
122-
123-
-
124-
message: '#^Access to an undefined property Composer\\Installer\|PHPUnit\\Framework\\MockObject\\MockObject\:\:\$cwd\.$#'
125-
identifier: property.notFound
126-
count: 2
127-
path: tests/Fallback/ComposerFallbackTest.php
128-
129-
-
130-
message: '#^Access to an undefined property Composer\\Installer\|PHPUnit\\Framework\\MockObject\\MockObject\:\:\$fs\.$#'
131-
identifier: property.notFound
132-
count: 1
133-
path: tests/Fallback/ComposerFallbackTest.php
134-
135-
-
136-
message: '#^Access to an undefined property Composer\\Installer\|PHPUnit\\Framework\\MockObject\\MockObject\:\:\$input\.$#'
137-
identifier: property.notFound
138-
count: 1
139-
path: tests/Fallback/ComposerFallbackTest.php
140-
141-
-
142-
message: '#^Access to an undefined property Composer\\Installer\|PHPUnit\\Framework\\MockObject\\MockObject\:\:\$installer\.$#'
143-
identifier: property.notFound
144-
count: 1
145-
path: tests/Fallback/ComposerFallbackTest.php
146-
147-
-
148-
message: '#^Access to an undefined property Composer\\Installer\|PHPUnit\\Framework\\MockObject\\MockObject\:\:\$sfs\.$#'
149-
identifier: property.notFound
150-
count: 1
151-
path: tests/Fallback/ComposerFallbackTest.php
152-
153-
-
154-
message: '#^Access to protected property Composer\\Installer\:\:\$config\.$#'
155-
identifier: property.protected
156-
count: 1
157-
path: tests/Fallback/ComposerFallbackTest.php
158-
159-
-
160-
message: '#^Access to protected property Composer\\Installer\:\:\$io\.$#'
161-
identifier: property.protected
162-
count: 1
163-
path: tests/Fallback/ComposerFallbackTest.php
164-
165-
-
166-
message: '#^Call to an undefined method Composer\\Installer\|PHPUnit\\Framework\\MockObject\\MockObject\:\:getMockBuilder\(\)\.$#'
167-
identifier: method.notFound
168-
count: 1
169-
path: tests/Fallback/ComposerFallbackTest.php
170-
171-
-
172-
message: '#^PHPDoc tag @var with type Composer\\Installer\|PHPUnit\\Framework\\MockObject\\MockObject is not subtype of native type \$this\(Foxy\\Tests\\Fallback\\ComposerFallbackTest\)\.$#'
173-
identifier: varTag.nativeType
174-
count: 1
175-
path: tests/Fallback/ComposerFallbackTest.php
176-
177111
-
178112
message: '#^Constructor of class Foxy\\Tests\\Fixtures\\Asset\\StubAssetManager has an unused parameter \$config\.$#'
179113
identifier: constructor.unusedParameter

0 commit comments

Comments
 (0)