@@ -557,7 +557,7 @@ |
||
| 557 | 557 | } |
| 558 | 558 | |
| 559 | 559 | /** |
| 560 | - * @param mixed $expected |
|
| 560 | + * @param string $expected |
|
| 561 | 561 | * @param mixed $actual |
| 562 | 562 | */ |
| 563 | 563 | private static function assertByRefVariableValueSame($expected, &$actual) : void |
@@ -678,7 +678,7 @@ |
||
| 678 | 678 | } |
| 679 | 679 | |
| 680 | 680 | /** |
| 681 | - * @param mixed $expected |
|
| 681 | + * @param string $expected |
|
| 682 | 682 | * @param mixed $actual |
| 683 | 683 | */ |
| 684 | 684 | private static function assertByRefVariableValueSame($expected, &$actual) : void |