add missing method added upstream

This commit is contained in:
El RIDO 2025-04-23 19:14:47 +02:00
parent cfb609814a
commit 50a695b609
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -823,6 +823,11 @@ class ConnectionInterfaceStub implements ConnectionInterface
throw new BadMethodCallException('not supported by this stub');
}
public function moveObject(array $args = array())
{
throw new BadMethodCallException('not supported by this stub');
}
public function composeObject(array $args = array())
{
throw new BadMethodCallException('not supported by this stub');