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 ( 089298...c05766 )
by De
02:17
created
src/Collection.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -375,7 +375,7 @@  discard block
 block discarded – undo
375 375
     /**
376 376
      * Create document query builder
377 377
      *
378
-     * @param $callable callable|null Function to configure query builder&
378
+     * @param callable $callable callable|null Function to configure query builder&
379 379
      * @return Cursor
380 380
      */
381 381
     public function find($callable = null)
@@ -460,7 +460,7 @@  discard block
 block discarded – undo
460 460
     /**
461 461
      * Store document to pool
462 462
      *
463
-     * @param array $document
463
+     * @param Document $document
464 464
      * @return \Sokil\Mongo\Collection
465 465
      */
466 466
     public function addDocumentToDocumentPool(Document $document)
@@ -618,7 +618,7 @@  discard block
 block discarded – undo
618 618
      *
619 619
      * @param string|\MongoId $id
620 620
      * @param callable $callable cursor callable used to configure cursor
621
-     * @return \Sokil\Mongo\Document|array|null
621
+     * @return Document
622 622
      */
623 623
     public function getDocumentDirectly($id, $callable = null)
624 624
     {
Please login to merge, or discard this patch.