Completed
Pull Request — master (#467)
by Marco
23:32
created
Functional/AccessInterceptorScopeLocalizerFunctionalTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -631,7 +631,7 @@
 block discarded – undo
631 631
     }
632 632
 
633 633
     /**
634
-     * @param mixed $expected
634
+     * @param string $expected
635 635
      * @param mixed $actual
636 636
      */
637 637
     private static function assertByRefVariableValueSame($expected, & $actual) : void
Please login to merge, or discard this patch.
tests/ProxyManagerTest/Functional/LazyLoadingGhostFunctionalTest.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -872,6 +872,7 @@
 block discarded – undo
872 872
      *   array $params,
873 873
      *   ?Closure $initializer
874 874
      * ) : bool
875
+     * @param Mock $initializerMatcher
875 876
      */
876 877
     private function createInitializer(string $className, object $realInstance, ?Mock $initializerMatcher = null) : Closure
877 878
     {
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
@@ -631,7 +631,7 @@
 block discarded – undo
631 631
     }
632 632
 
633 633
     /**
634
-     * @param mixed $expected
634
+     * @param string $expected
635 635
      * @param mixed $actual
636 636
      */
637 637
     private static function assertByRefVariableValueSame($expected, & $actual) : void
Please login to merge, or discard this patch.