Completed
Pull Request — master (#548)
by Alfred
21:44
created
Functional/AccessInterceptorScopeLocalizerFunctionalTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -557,7 +557,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
ProxyManagerTest/Functional/AccessInterceptorValueHolderFunctionalTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -678,7 +678,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.