@@ -255,12 +255,6 @@ function class_uses_recursive($class): array
255
255
if (!function_exists ('remoteStaticCall ' )) {
256
256
/**
257
257
* 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
264
258
*/
265
259
function remoteStaticCall (object |string |null $ class , string $ method , mixed ...$ params ): mixed
266
260
{
@@ -282,12 +276,6 @@ function remoteStaticCall(object|string|null $class, string $method, mixed ...$p
282
276
if (!function_exists ('remoteStaticCall ' )) {
283
277
/**
284
278
* 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
291
279
*/
292
280
function remoteStaticCallOrTrow (object |string |null $ class , string $ method , mixed ...$ params ): mixed
293
281
{
@@ -310,12 +298,6 @@ function remoteStaticCallOrTrow(object|string|null $class, string $method, mixed
310
298
if (!function_exists ('remoteCall ' )) {
311
299
/**
312
300
* 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
319
301
*/
320
302
function remoteCall (?object $ class , string $ method , mixed ...$ params ): mixed
321
303
{
0 commit comments