Completed
Push — master ( eccdf7...f1de52 )
by Mario
02:37
created
Controllers/Backend/PaymentKlarna.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,6 +43,7 @@  discard block
 block discarded – undo
43 43
 
44 44
     /**
45 45
      * {@inheritdoc}
46
+     * @param string $name
46 47
      */
47 48
     public function get($name)
48 49
     {
@@ -634,7 +635,7 @@  discard block
 block discarded – undo
634 635
 
635 636
 
636 637
     /**
637
-     * @return array
638
+     * @return string[]
638 639
      */
639 640
     public function getWhitelistedCSRFActions()
640 641
     {
Please login to merge, or discard this patch.
Controllers/Frontend/PaymentKlarna.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -42,6 +42,7 @@
 block discarded – undo
42 42
 
43 43
     /**
44 44
      * {@inheritdoc}
45
+     * @param string $name
45 46
      */
46 47
     public function get($name)
47 48
     {
Please login to merge, or discard this patch.
Bootstrap.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1678,7 +1678,7 @@  discard block
 block discarded – undo
1678 1678
 
1679 1679
     /**
1680 1680
      *
1681
-     * @return array
1681
+     * @return string
1682 1682
      */
1683 1683
     public function getLabel()
1684 1684
     {
@@ -1768,7 +1768,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
@@ -2339,7 +2340,7 @@  discard block
 block discarded – undo
2339 2340
     /**
2340 2341
      * @param Shopware\Models\Payment\Payment $payment
2341 2342
      * @param $basket
2342
-     * @return bool
2343
+     * @return double
2343 2344
      */
2344 2345
     private function getFee($payment, $basket)
2345 2346
     {
Please login to merge, or discard this patch.