Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / socket / class_SocketShutdownException.php
index 25cf41f6e7689d082bea0cf8923e2b8d31c83340..1da3f348c0d56765737e9758792cc438bee8aced 100644 (file)
@@ -35,7 +35,7 @@ class SocketShutdownException extends AbstractSocketException {
                $socketResource = $helperInstance->getSocketResource();
 
                // Construct the message
-               $message = sprintf("[%s:] Socket %s cannot be shutdown down. errNo=%s, errStr=%s",
+               $message = sprintf('[%s:] Socket %s cannot be shutdown down. errNo=%s, errStr=%s',
                        $helperInstance->__toString(),
                        $socketResource,
                        socket_last_error($socketResource),