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
Pull Request — master (#15)
by Scott van
09:54
created
src/app/code/community/EbayEnterprise/Eb2cGiftwrap/Model/Observers.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,8 @@
 block discarded – undo
44 44
      * @param array
45 45
      * @param string|int
46 46
      * @param mixed
47
-     * @return mixed
47
+     * @param string $key
48
+     * @return EbayEnterprise_Eb2cGiftwrap_Model_Order_Create_Gifting
48 49
      */
49 50
     protected function nullCoalesce(array $arr, $key, $default)
50 51
     {
Please login to merge, or discard this patch.
code/community/EbayEnterprise/Eb2cGiftwrap/Model/Order/Create/Gifting.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,8 @@  discard block
 block discarded – undo
44 44
      * @param array
45 45
      * @param string|int
46 46
      * @param mixed
47
-     * @return mixed
47
+     * @param string $key
48
+     * @return EbayEnterprise_Eb2cGiftwrap_Helper_Data
48 49
      */
49 50
     protected function _nullCoalesce(array $arr, $key, $default = null)
50 51
     {
@@ -83,7 +84,7 @@  discard block
 block discarded – undo
83 84
      * get the gifting pricegroup; a new price group is created
84 85
      * and attached if one doesn't exist.
85 86
      * @param  IGifting
86
-     * @return IPriceGroup
87
+     * @return Payload\Order\IPriceGroup
87 88
      */
88 89
     protected function _getPriceGroup(IGifting $giftingPayload)
89 90
     {
Please login to merge, or discard this patch.