X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Finterfaces%2Fregistry%2Fsocket%2Fclass_RegisterableSocket.php;h=ad6391878cd0174f25638b28ea3a82237348f1ee;hp=fc90e4e7f220e177ba79a696096aa3cc76537696;hb=b002c5909aa0f781505dde5414964b0f014cde01;hpb=cad1ab5ecb2935a6ebf678555860c3bd96b525b0 diff --git a/inc/main/interfaces/registry/socket/class_RegisterableSocket.php b/inc/main/interfaces/registry/socket/class_RegisterableSocket.php index fc90e4e7..ad639187 100644 --- a/inc/main/interfaces/registry/socket/class_RegisterableSocket.php +++ b/inc/main/interfaces/registry/socket/class_RegisterableSocket.php @@ -58,7 +58,5 @@ interface RegisterableSocket extends Registerable { * @return $infoInstance An instance of a ShareableInfo class */ function getInfoInstanceFromPackageData (array $packageData); -} -// [EOF] -?> +}