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 ( 644335...699aed )
by Jonathan
03:23
created
src/Swift_MongoDbSpool.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,6 +48,9 @@  discard block
 block discarded – undo
48 48
         $this->wc = $wc;
49 49
     }
50 50
 
51
+    /**
52
+     * @param string $value
53
+     */
51 54
     private function checkBlank($value)
52 55
     {
53 56
         $value = trim($value);
@@ -215,7 +218,7 @@  discard block
 block discarded – undo
215 218
      * Gets the current date.
216 219
      *
217 220
      * @param int $offset Milliseconds offset
218
-     * @return \MongoDB\BSON\UTCDateTime the current date
221
+     * @return null|MongoDB\BSON\UTCDateTime the current date
219 222
      */
220 223
     protected function now($offset = 0)
221 224
     {
Please login to merge, or discard this patch.
src/Swift_PdoSpool.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -40,6 +40,9 @@
 block discarded – undo
40 40
         $this->timeField = $this->checkBlank($timeField);
41 41
     }
42 42
     
43
+    /**
44
+     * @param string $value
45
+     */
43 46
     private function checkBlank($value)
44 47
     {
45 48
         $value = trim($value);
Please login to merge, or discard this patch.