mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
Merge pull request #5481 from kasimi/ticket/15910-3.2.x
[ticket/15910] Pass object arguments by reference implicitly
This commit is contained in:
@@ -79,7 +79,7 @@ class phpbb_filespec_test extends phpbb_test_case
|
||||
$this->phpbb_root_path = $phpbb_root_path;
|
||||
}
|
||||
|
||||
private function set_reflection_property(&$class, $property_name, $value)
|
||||
private function set_reflection_property($class, $property_name, $value)
|
||||
{
|
||||
$property = new ReflectionProperty($class, $property_name);
|
||||
$property->setAccessible(true);
|
||||
|
Reference in New Issue
Block a user