From d98ac562356f074dad24b2c58e5ae20a28f26821 Mon Sep 17 00:00:00 2001 From: BillyGriffiths <billy.griffiths@gmail.com> Date: Tue, 7 Feb 2023 12:56:50 +0200 Subject: [PATCH] Also update Bob Go/bobgo in DocBlocks --- Block/System/Config/Form/Field/Version.php | 4 ++-- Helper/Data.php | 4 ++-- Model/Carrier/CustomShipping.php | 18 +++++++++--------- composer.json | 4 ++-- etc/adminhtml/system.xml | 4 ++-- etc/config.xml | 4 ++-- etc/module.xml | 4 ++-- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Block/System/Config/Form/Field/Version.php b/Block/System/Config/Form/Field/Version.php index 5db3aad..262bf7d 100644 --- a/Block/System/Config/Form/Field/Version.php +++ b/Block/System/Config/Form/Field/Version.php @@ -7,8 +7,8 @@ use Magento\Framework\Data\Form\Element\AbstractElement; * Displays Version number in System Configuration * @category Bob Go * @package bobgo_CustomShipping - * @author info@bob.co.za - * @website https://www.bob.co.za + * @author Bob Go + * @website https://www.bobgo.co.za */ class Version extends \Magento\Config\Block\System\Config\Form\Field { diff --git a/Helper/Data.php b/Helper/Data.php index 8bfc250..0b3e07a 100644 --- a/Helper/Data.php +++ b/Helper/Data.php @@ -7,10 +7,10 @@ use Magento\Framework\Module\ModuleListInterface; use Magento\Store\Model\ScopeInterface; /** - * @category bobgo + * @category Bob Go * @package bobgo_CustomShipping * @author Bob Go - * @website https://www.bob.co.za + * @website https://www.bobgo.co.za */ class Data extends AbstractHelper { diff --git a/Model/Carrier/CustomShipping.php b/Model/Carrier/CustomShipping.php index d574860..421e3df 100644 --- a/Model/Carrier/CustomShipping.php +++ b/Model/Carrier/CustomShipping.php @@ -33,10 +33,10 @@ use Psr\Log\LoggerInterface; /** * Bob Go shipping implementation - * @category bob + * @category Bob Go * @package bobgo_CustomShipping - * @author info@bob.co.za - * @website https://www.bob.co.za + * @author Bob Go + * @website https://www.bobgo.co.za * @SuppressWarnings(PHPMD.ExcessiveClassComplexity) * @SuppressWarnings(PHPMD.CouplingBetweenObjects) * @SuppressWarnings(PHPMD.TooManyFields) @@ -632,7 +632,7 @@ class CustomShipping extends AbstractCarrierOnline implements CarrierInterface } /** - * Parse track details response from bobgo + * Parse track details response from Bob Go * * @return array * @SuppressWarnings(PHPMD.CyclomaticComplexity) @@ -698,7 +698,7 @@ class CustomShipping extends AbstractCarrierOnline implements CarrierInterface } /** - * Perform API Request to bobgo API and return response + * Perform API Request to Bob Go API and return response * @param array $payload * @param Result $result * @return void @@ -713,7 +713,7 @@ class CustomShipping extends AbstractCarrierOnline implements CarrierInterface } /** - * Perform API Request for Shipment Tracking to bobgo API and return response + * Perform API Request for Shipment Tracking to Bob Go API and return response * @param $trackInfo * @param array $result * @return array @@ -728,7 +728,7 @@ class CustomShipping extends AbstractCarrierOnline implements CarrierInterface } /** - * Format rates from bobgo API response and append to rate result instance of carrier + * Format rates from Bob Go API response and append to rate result instance of carrier * @param mixed $rates * @param Result $result * @return void @@ -772,7 +772,7 @@ class CustomShipping extends AbstractCarrierOnline implements CarrierInterface } /** - * Prepare received checkpoints and activity from bobgo Shipment Tracking API + * Prepare received checkpoints and activity from Bob Go Shipment Tracking API * @param $response * @param array $result * @return array @@ -834,7 +834,7 @@ class CustomShipping extends AbstractCarrierOnline implements CarrierInterface } /** - * Build The Payload for bobgo API Request and return response + * Build The Payload for Bob Go API Request and return response * @param array $payload * @return mixed */ diff --git a/composer.json b/composer.json index 4544495..2c18052 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,8 @@ "authors": [ { "name": "Bob Go", - "email": "info@bob.co.za", - "homepage": "https://www.bob.co.za" + "email": "support@uafrica.com", + "homepage": "https://www.bobgo.co.za" } ], "license": [ diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index a77b41f..7e987bc 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <!-- /** - * @category bobgo + * @category Bob Go * @package bobgo_CustomShipping - * @author bobgo + * @author Bob Go */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd"> diff --git a/etc/config.xml b/etc/config.xml index aa8f79d..d31cdc5 100644 --- a/etc/config.xml +++ b/etc/config.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <!-- /** - * @category bobgo + * @category Bob Go * @package bobgo_CustomShipping - * @author bobgo + * @author Bob Go */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd"> diff --git a/etc/module.xml b/etc/module.xml index c1a03f8..9cb1757 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <!-- /** - * @category bobgo + * @category Bob Go * @package bobgo_CustomShipping - * @author bobgo + * @author Bob Go */ --> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> -- GitLab