Completed
Pull Request — master (#567)
by Marco
21:18
created
Functional/AccessInterceptorScopeLocalizerFunctionalTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -561,6 +561,7 @@
 block discarded – undo
561 561
      * @psalm-param ExpectedType $expected
562 562
      * @psalm-assert ExpectedType $actual
563 563
      * @param mixed $actual
564
+     * @param string $expected
564 565
      */
565 566
     private static function assertByRefVariableValueSame($expected, & $actual) : void
566 567
     {
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -825,6 +825,7 @@  discard block
 block discarded – undo
825 825
      *   array,
826 826
      *   ?Closure
827 827
      * ) : bool
828
+     * @param Mock $initializerMatcher
828 829
      */
829 830
     private function createInitializer(string $className, object $realInstance, ?Mock $initializerMatcher = null) : Closure
830 831
     {
@@ -1516,7 +1517,7 @@  discard block
 block discarded – undo
1516 1517
     }
1517 1518
 
1518 1519
     /**
1519
-     * @param mixed $expected
1520
+     * @param string $expected
1520 1521
      * @param mixed $actual
1521 1522
      */
1522 1523
     private static function assertByRefVariableValueSame($expected, & $actual) : void
Please login to merge, or discard this patch.