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
Branch master (089298)
by De
02:06
created
src/Collection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -458,7 +458,7 @@  discard block
 block discarded – undo
458 458
     /**
459 459
      * Store document to pool
460 460
      *
461
-     * @param array $document
461
+     * @param Document $document
462 462
      * @return \Sokil\Mongo\Collection
463 463
      */
464 464
     public function addDocumentToDocumentPool(Document $document)
@@ -616,7 +616,7 @@  discard block
 block discarded – undo
616 616
      *
617 617
      * @param string|\MongoId $id
618 618
      * @param callable $callable cursor callable used to configure cursor
619
-     * @return \Sokil\Mongo\Document|array|null
619
+     * @return Document
620 620
      */
621 621
     public function getDocumentDirectly($id, $callable = null)
622 622
     {
Please login to merge, or discard this patch.