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 ( d5de79...8929ee )
by De
06:12 queued 02:29
created
src/Structure.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
      *
178 178
      * @param string $selector
179 179
      * @param string|callable $className string class name or closure, which accept data and return string class name
180
-     * @return object representation of document with class, passed as argument
180
+     * @return null|Structure representation of document with class, passed as argument
181 181
      * @throws \Sokil\Mongo\Exception
182 182
      */
183 183
     public function getObject($selector, $className = '\Sokil\Mongo\Structure')
@@ -403,6 +403,9 @@  discard block
 block discarded – undo
403 403
         return (array) $value;
404 404
     }
405 405
 
406
+    /**
407
+     * @param string $selector
408
+     */
406 409
     public function unsetField($selector)
407 410
     {
408 411
         // modify
Please login to merge, or discard this patch.