Skip to content
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

Commit 8e33b22

Browse files
authored
Fixed wording
1 parent d4cdb60 commit 8e33b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ private function box($method, $defaultReturnValue = null, array $args = [])
235235
} catch (\ErrorException $exception) {
236236
$returnValue = $defaultReturnValue;
237237

238-
$this->logger->warning('Impossible to execute a boxed called.', [
238+
$this->logger->warning('Impossible to execute a boxed call.', [
239239
'method' => $method,
240240
'default_return_value' => $defaultReturnValue,
241241
'args' => $args,

0 commit comments

Comments
 (0)