Skip to content

Commit 70b1d8d

Browse files
committed
modify parameter name
1 parent 978fc1a commit 70b1d8d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

phpstan-baseline.neon

-5
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ parameters:
3535
count: 1
3636
path: src/ServiceManager.php
3737

38-
-
39-
message: "#^PHPDoc tag @param references unknown parameter\\: \\$abstractFactories$#"
40-
count: 1
41-
path: src/ServiceManager.php
42-
4338
-
4439
message: "#^PHPDoc tag @param has invalid value \\(\\$className\\)\\: Unexpected token \"\\$className\", expected type at offset 18$#"
4540
count: 1

src/ServiceManager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ private function mapAliasesToTargets()
953953
/**
954954
* Instantiate abstract factories in order to avoid checks during service construction.
955955
*
956-
* @param string|Factory\AbstractFactoryInterface $abstractFactories
956+
* @param string|Factory\AbstractFactoryInterface $abstractFactory
957957
* @return void
958958
*/
959959
private function resolveAbstractFactoryInstance($abstractFactory)

0 commit comments

Comments
 (0)