Skip to content

Commit 31196e5

Browse files
committed
#632 #645 #646 more precise type signature for PublicScopeSimulator $operationType parameter
1 parent 687bd41 commit 31196e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ProxyManager/ProxyGenerator/Util/PublicScopeSimulator.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ class PublicScopeSimulator
3737
* the operation. Return directly if none provided
3838
* @param string|null $interfaceName name of the proxified interface if any
3939
*
40+
* @psalm-param $operationType self::OPERATION_*
41+
*
4042
* @throws InvalidArgumentException
4143
*/
4244
public static function getPublicAccessSimulationCode(

0 commit comments

Comments
 (0)