Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / socket / class_NoSocketRegisteredException.php
index 06c3cbfe5edbb55658a967f3e6ea88b91c7e408e..d65ba712dd957ed4cf84dabcb385b6c773eaed70 100644 (file)
@@ -31,7 +31,7 @@ class NoSocketRegisteredException extends AbstractSocketException {
         */
        public function __construct (ProtocolHandler $protocolInstance, $code) {
                // Construct the message
-               $message = sprintf("[%s:] Requested socket is not yet registered.",
+               $message = sprintf('[%s:] Requested socket is not yet registered.',
                        $protocolInstance->__toString()
                );