X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fconnection%2Fclass_ConnectionAlreadyRegisteredException.php;fp=inc%2Fclasses%2Fexceptions%2Fconnection%2Fclass_ConnectionAlreadyRegisteredException.php;h=a79180328020e6ce27971d2d9241d80495b050f8;hp=81cdfee6aba3acfb2505e207c74a7c96dcffc375;hb=18326a804304728be346a6898b6d489d0359b647;hpb=2cc6e13b4b88fd492f421753bad9b2ad1a413d58 diff --git a/inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php b/inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php index 81cdfee6..a7918032 100644 --- a/inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php +++ b/inc/classes/exceptions/connection/class_ConnectionAlreadyRegisteredException.php @@ -32,7 +32,7 @@ class ConnectionAlreadyRegisteredException extends AbstractConnectionException { */ public function __construct (array $messageData, $code) { // Construct the message - $message = sprintf("[%s:] Connection with socket %s is already registered.", + $message = sprintf('[%s:] Connection with socket %s is already registered.', $messageData[0]->__toString(), $messageData[1] );