]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/socket/class_SocketShutdownException.php
Some minor improvements:
[core.git] / inc / classes / exceptions / socket / class_SocketShutdownException.php
index 0305f4455a6311b98bafd74f44f09502955d268f..256001b1eab5f292d2b319b22e5548a67ecb330a 100644 (file)
@@ -26,11 +26,11 @@ class SocketShutdownException extends FrameworkException {
        /**
         * A Constructor for this exception
         *
-        * @param               $helperInstance         A BaseConnectionHelper instance
-        * @param               $code                   Error code
+        * @param       $helperInstance         An instance of a ConnectionHelper class
+        * @param       $code                           Error code
         * @return      void
         */
-       public function __construct (BaseConnectionHelper $helperInstance, $code) {
+       public function __construct (ConnectionHelper $helperInstance, $code) {
                // Get socket resource
                $socketResource = $helperInstance->getSocketResource();