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 (#14)
by Michael
22:27 queued 12:43
created
src/app/code/community/EbayEnterprise/Tax/Test/Helper/FactoryTest.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -18,12 +18,8 @@
 block discarded – undo
18 18
     /**
19 19
      * Test constructing a new tax record.
20 20
      *
21
-     * @param int $taxSource Should be one of the tax record source consts.
22 21
      * @param int
23 22
      * @param int
24
-     * @param int|null $itemId Address level taxes may not have an associated item id.
25
-     * @param ITax $taxPayload|null SDK payload of tax data to use to populate the tax record.
26
-     * @param array $recordData Tax record data to be set directly on the tax record. May be used in place of an ITax payload.
27 23
      * @return EbayEnterprise_Tax_Model_Record
28 24
      */
29 25
     public function testCreateTaxRecord()
Please login to merge, or discard this patch.