@@ -1678,7 +1678,7 @@ discard block |
||
1678 | 1678 | |
1679 | 1679 | /** |
1680 | 1680 | * |
1681 | - * @return array |
|
1681 | + * @return string |
|
1682 | 1682 | */ |
1683 | 1683 | public function getLabel() |
1684 | 1684 | { |
@@ -1715,7 +1715,7 @@ discard block |
||
1715 | 1715 | /** |
1716 | 1716 | * Creates and returns the klarna client for an event. |
1717 | 1717 | * |
1718 | - * @return \Klarna_Checkout_Connector |
|
1718 | + * @return Klarna_Checkout_ConnectorInterface |
|
1719 | 1719 | */ |
1720 | 1720 | public function onInitResourceKlarnaCheckoutConnector() |
1721 | 1721 | { |
@@ -1768,7 +1768,7 @@ discard block |
||
1768 | 1768 | |
1769 | 1769 | /** |
1770 | 1770 | * @param string $requiredVersion |
1771 | - * @return bool|mixed |
|
1771 | + * @return boolean |
|
1772 | 1772 | */ |
1773 | 1773 | protected function assertMinimumVersion($requiredVersion) |
1774 | 1774 | { |
@@ -1932,6 +1932,7 @@ discard block |
||
1932 | 1932 | * |
1933 | 1933 | * @param $config Enlight_Config |
1934 | 1934 | * @param $lastName string |
1935 | + * @param boolean $userLoggedIn |
|
1935 | 1936 | * @return bool |
1936 | 1937 | */ |
1937 | 1938 | private function getShowLoginConfig($config, $userLoggedIn) |
@@ -2035,7 +2036,7 @@ discard block |
||
2035 | 2036 | * Helper method to get the correct order for the elements |
2036 | 2037 | * |
2037 | 2038 | * @param $config Enlight_Config |
2038 | - * @return array Array with the order of the elements |
|
2039 | + * @return string[] Array with the order of the elements |
|
2039 | 2040 | */ |
2040 | 2041 | private function getPositionOrder($config) |
2041 | 2042 | { |
@@ -2334,7 +2335,7 @@ discard block |
||
2334 | 2335 | /** |
2335 | 2336 | * @param Shopware\Models\Payment\Payment $payment |
2336 | 2337 | * @param $basket |
2337 | - * @return bool |
|
2338 | + * @return double |
|
2338 | 2339 | */ |
2339 | 2340 | private function getFee($payment, $basket) |
2340 | 2341 | { |