mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-03-29 10:08:40 +00:00
Fix type hint
This commit is contained in:
parent
c7c4ef3a1e
commit
7fe79b39ea
|
|
@ -29,7 +29,7 @@ class TestUtils
|
|||
/**
|
||||
* Set private object member
|
||||
*
|
||||
* @param object||string $obj Object to modify
|
||||
* @param object|string $obj Object to modify
|
||||
* @param string $name Member name to modify
|
||||
* @param mixed $value Value to set
|
||||
*
|
||||
|
|
@ -63,7 +63,7 @@ class TestUtils
|
|||
/**
|
||||
* Get private object member
|
||||
*
|
||||
* @param object||string $obj Object to read
|
||||
* @param object|string $obj Object to read
|
||||
* @param string $name Member name to read
|
||||
*
|
||||
* @return mixed Returns the member variable value
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user