]> git.mxchange.org Git - hub.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 24 Nov 2020 04:54:22 +0000 (05:54 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 24 Nov 2020 04:55:58 +0000 (05:55 +0100)
- changed old array() way to new [], still many might be missing
- updated framework

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/client/http/class_HttpClient.php
application/hub/classes/locator/class_UniversalNodeLocator.php
core

index cf713c9cfa1b0f2d9d1f3f6ecc95b5ea96341e33..f48334e3a32a7947a4172c44a185c0bcbc5c422d 100644 (file)
@@ -112,7 +112,7 @@ class HttpClient extends BaseClient implements Client {
         * @param       $port                   Port number to connect to
         * @return      $responseArray  Array with raw response
         */
-       private function sendRawHttpRequest ($method, $host, $port, array $header = array()) {
+       private function sendRawHttpRequest ($method, $host, $port, array $header = []) {
                // Minimum raw HTTP/1.1 request
                $rawRequest  = $method . ' ' . $host . ':' . $port . ' HTTP/1.1' . self::HTTP_EOL;
                $rawRequest .= 'Host: ' . $host . ':' . $port . self::HTTP_EOL;
index bb0d31b4fa944cbd025763e5caba21988e1c5f3f..c2141c444c4b4968992bee53425f61dc372bdd4e 100644 (file)
@@ -59,7 +59,7 @@ class UniversalNodeLocator extends BaseHubSystem implements LocateableNode, Regi
         * @param       $current                An array with "raw" data from the database layer for the UNL. This parameter is optional.
         * @return      $locatorInstance        An instance of a LocateableNode class
         */
-       public final static function createUniversalNodeLocator (array $current = array()) {
+       public final static function createUniversalNodeLocator (array $current = []) {
                // Get new instance
                $locatorInstance = new UniversalNodeLocator();
 
@@ -130,7 +130,7 @@ class UniversalNodeLocator extends BaseHubSystem implements LocateableNode, Regi
         * @param       $unlData        An array with "raw" data from the database layer for the UNL. This parameter is optional.
         * @return      void
         */
-       private function initUniversalNodeLocator (array $unlData = array()) {
+       private function initUniversalNodeLocator (array $unlData = []) {
                // Init UNL array
                $this->unlData = [];
 
diff --git a/core b/core
index 8a70226bd287a3f13b27932e2ec88d16c51c7e39..498e6b065ce47804bff4e1073592a2cc8e28f8ef 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 8a70226bd287a3f13b27932e2ec88d16c51c7e39
+Subproject commit 498e6b065ce47804bff4e1073592a2cc8e28f8ef