@@ -255,12 +255,6 @@ function class_uses_recursive($class): array
255255if (!function_exists ('remoteStaticCall ' )) {
256256 /**
257257 * Returns result of an object's method if it exists in the object.
258- *
259- * @param string|object|null $class
260- * @param string $method
261- * @param mixed ...$params
262- *
263- * @return mixed
264258 */
265259 function remoteStaticCall (object |string |null $ class , string $ method , mixed ...$ params ): mixed
266260 {
@@ -282,12 +276,6 @@ function remoteStaticCall(object|string|null $class, string $method, mixed ...$p
282276if (!function_exists ('remoteStaticCall ' )) {
283277 /**
284278 * Returns result of an object's method if it exists in the object or trow exception.
285- *
286- * @param string|object|null $class
287- * @param string $method
288- * @param mixed ...$params
289- *
290- * @return mixed
291279 */
292280 function remoteStaticCallOrTrow (object |string |null $ class , string $ method , mixed ...$ params ): mixed
293281 {
@@ -310,12 +298,6 @@ function remoteStaticCallOrTrow(object|string|null $class, string $method, mixed
310298if (!function_exists ('remoteCall ' )) {
311299 /**
312300 * Returns result of an object's method if it exists in the object.
313- *
314- * @param object|null $class
315- * @param string $method
316- * @param mixed ...$params
317- *
318- * @return mixed
319301 */
320302 function remoteCall (?object $ class , string $ method , mixed ...$ params ): mixed
321303 {
0 commit comments