GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 6dd769...c3d4a1 )
by Kevin
06:45 queued 03:07
created
lib/Magento/Actions/Admin/Configuration/SettingModifier.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      * * Tab/Section::name=Text Of Setting (will ensure that the correct section is navigated to, uses setting name (exact), not ID)
58 58
      * * name=Text Of Setting (will not navigate, uses setting name (exact) not ID)
59 59
      *
60
-     * @param $identifier
60
+     * @param string $identifier
61 61
      * @param $value
62 62
      * @throws \Magium\InvalidInstructionException
63 63
      */
Please login to merge, or discard this patch.
lib/Magento/Extractors/Admin/Login/Messages.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -43,6 +43,9 @@
 block discarded – undo
43 43
         return $this->messages;
44 44
     }
45 45
 
46
+    /**
47
+     * @param string $message
48
+     */
46 49
     public function addMessage($message)
47 50
     {
48 51
         $this->messages[] = $message;
Please login to merge, or discard this patch.
lib/Magento/Extractors/Admin/Xtree/CategoryTreeNode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * @param $nodePath
30
-     * @return WebDriverElement
30
+     * @return null|\Facebook\WebDriver\Remote\RemoteWebElement
31 31
      */
32 32
 
33 33
     public function getNode($nodePath)
Please login to merge, or discard this patch.
lib/Magento/Extractors/Catalog/LayeredNavigation/LayeredNavigation.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@
 block discarded – undo
80 80
     }
81 81
 
82 82
 
83
+    /**
84
+     * @param string $type
85
+     */
83 86
     public function addFilterType($type)
84 87
     {
85 88
         $type = $this->filterTypeName($type);
Please login to merge, or discard this patch.
lib/Magento/Extractors/Catalog/Products/AbstractProductCollection.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -25,6 +25,10 @@
 block discarded – undo
25 25
         return $this->products;
26 26
     }
27 27
 
28
+    /**
29
+     * @param integer $count
30
+     * @param string $attribute
31
+     */
28 32
     protected function getByXpath($type, $count, $attribute = null, $getElement = false)
29 33
     {
30 34
         $xpath = $this->getElementXpath($type, $count);
Please login to merge, or discard this patch.
lib/Magento/Extractors/Admin/Widget/Attribute.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
     }
32 32
 
33 33
     /**
34
-     * @param $label
34
+     * @param string $label
35 35
      * @return WebDriverElement
36 36
      */
37 37
 
Please login to merge, or discard this patch.
lib/Magento/Themes/OnePageCheckout/AbstractThemeConfiguration.php 1 patch
Doc Comments   +13 added lines, -2 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
 
129 129
 
130 130
     /**
131
-     * @return mixed
131
+     * @return string
132 132
      */
133 133
     public function getTermsAndConditionsSelectorXpath($term)
134 134
     {
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
     }
320 320
 
321 321
     /**
322
-     * @param string $shippinFirstNameXpath
322
+     * @param string $shippingFirstNameXpath
323 323
      */
324 324
     public function setShippingFirstNameXpath($shippingFirstNameXpath)
325 325
     {
@@ -423,6 +423,7 @@  discard block
 block discarded – undo
423 423
     }
424 424
 
425 425
     /**
426
+     * @param string $region
426 427
      * @return string
427 428
      */
428 429
     public function getShippingRegionIdXpath($region)
@@ -456,6 +457,7 @@  discard block
 block discarded – undo
456 457
     }
457 458
 
458 459
     /**
460
+     * @param string $country
459 461
      * @return string
460 462
      */
461 463
     public function getShippingCountryIdXpath($country)
@@ -536,6 +538,9 @@  discard block
 block discarded – undo
536 538
         $this->shippingContinueCompletedXpath = $shippingContinueCompletedXpath;
537 539
     }
538 540
 
541
+    /**
542
+     * @return string
543
+     */
539 544
     public function getBillingContinueCompletedXpath()
540 545
     {
541 546
         return $this->translatePlaceholders($this->billingContinueCompletedXpath);
@@ -608,6 +613,7 @@  discard block
 block discarded – undo
608 613
     }
609 614
 
610 615
     /**
616
+     * @param string $region
611 617
      * @return string
612 618
      */
613 619
     public function getBillingRegionIdXpath($region)
@@ -625,6 +631,7 @@  discard block
 block discarded – undo
625 631
     }
626 632
 
627 633
     /**
634
+     * @param string $country
628 635
      * @return string
629 636
      */
630 637
     public function getBillingCountryIdXpath($country)
@@ -692,6 +699,7 @@  discard block
 block discarded – undo
692 699
 
693 700
 
694 701
     /**
702
+     * @param integer $itemCount
695 703
      * @return string
696 704
      */
697 705
     public function getCartSummaryCheckoutProductLoopPriceXpath($itemCount)
@@ -701,6 +709,7 @@  discard block
 block discarded – undo
701 709
     }
702 710
 
703 711
     /**
712
+     * @param integer $itemCount
704 713
      * @return string
705 714
      */
706 715
     public function getCartSummaryCheckoutProductLoopNameXpath($itemCount)
@@ -710,6 +719,7 @@  discard block
 block discarded – undo
710 719
     }
711 720
 
712 721
     /**
722
+     * @param integer $itemCount
713 723
      * @return string
714 724
      */
715 725
     public function getCartSummaryCheckoutProductLoopQtyXpath($itemCount)
@@ -719,6 +729,7 @@  discard block
 block discarded – undo
719 729
     }
720 730
 
721 731
     /**
732
+     * @param integer $itemCount
722 733
      * @return string
723 734
      */
724 735
     public function getCartSummaryCheckoutProductLoopSubtotalXpath($itemCount)
Please login to merge, or discard this patch.