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 — integration ( 02db51...9a9ecd )
by Brendan
06:02
created
symphony/lib/toolkit/fields/field.date.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -519,6 +519,9 @@  discard block
 block discarded – undo
519 519
         return self::__OK__;
520 520
     }
521 521
 
522
+    /**
523
+     * @param integer $entry_id
524
+     */
522 525
     public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null)
523 526
     {
524 527
         $status = self::__OK__;
@@ -696,6 +699,10 @@  discard block
 block discarded – undo
696 699
         Filtering:
697 700
     -------------------------------------------------------------------------*/
698 701
 
702
+    /**
703
+     * @param string $joins
704
+     * @param string $where
705
+     */
699 706
     public function buildDSRetrievalSQL($data, &$joins, &$where, $andOperation = false)
700 707
     {
701 708
         if (self::isFilterRegex($data[0])) {
Please login to merge, or discard this patch.
symphony/lib/toolkit/fields/field.taglist.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -176,6 +176,10 @@  discard block
 block discarded – undo
176 176
         return $ids;
177 177
     }
178 178
 
179
+    /**
180
+     * @param string $field
181
+     * @param string $value
182
+     */
179 183
     public function set($field, $value)
180 184
     {
181 185
         if ($field == 'pre_populate_source' && !is_array($value)) {
@@ -413,6 +417,9 @@  discard block
 block discarded – undo
413 417
         return self::__OK__;
414 418
     }
415 419
 
420
+    /**
421
+     * @param integer $entry_id
422
+     */
416 423
     public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null)
417 424
     {
418 425
         $status = self::__OK__;
Please login to merge, or discard this patch.
symphony/lib/toolkit/fields/field.textarea.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -196,6 +196,9 @@
 block discarded – undo
196 196
         return self::__OK__;
197 197
     }
198 198
 
199
+    /**
200
+     * @param integer $entry_id
201
+     */
199 202
     public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null)
200 203
     {
201 204
         $status = self::__OK__;
Please login to merge, or discard this patch.
symphony/lib/core/class.errorhandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -418,7 +418,7 @@
 block discarded – undo
418 418
      *
419 419
      * @param string $name
420 420
      *  Name of the template
421
-     * @return mixed
421
+     * @return string|false
422 422
      *  String, which is the path to the template if the template is found,
423 423
      *  false otherwise
424 424
      */
Please login to merge, or discard this patch.
symphony/lib/toolkit/class.emailgateway.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@
 block discarded – undo
289 289
      * function.
290 290
      *
291 291
      * @see toolkit.Field#commit()
292
-     * @return boolean
292
+     * @return boolean|null
293 293
      *  true if the commit was successful, false otherwise.
294 294
      */
295 295
     public function commit()
Please login to merge, or discard this patch.
symphony/lib/toolkit/fields/field.checkbox.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -196,6 +196,9 @@
 block discarded – undo
196 196
         return self::__OK__;
197 197
     }
198 198
 
199
+    /**
200
+     * @param integer $entry_id
201
+     */
199 202
     public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null)
200 203
     {
201 204
         $status = self::__OK__;
Please login to merge, or discard this patch.
symphony/lib/toolkit/fields/field.select.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -196,6 +196,9 @@
 block discarded – undo
196 196
         return self::__OK__;
197 197
     }
198 198
 
199
+    /**
200
+     * @param integer $entry_id
201
+     */
199 202
     public function processRawFieldData($data, &$status, &$message = null, $simulate = false, $entry_id = null)
200 203
     {
201 204
         $status = self::__OK__;
Please login to merge, or discard this patch.
symphony/lib/toolkit/class.smtp.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
      * @param string $message
133 133
      * @throws SMTPException
134 134
      * @throws Exception
135
-     * @return boolean
135
+     * @return boolean|null
136 136
      */
137 137
     public function sendMail($from, $to, $subject, $message)
138 138
     {
@@ -395,7 +395,7 @@  discard block
 block discarded – undo
395 395
      *
396 396
      * @param string $request
397 397
      * @throws SMTPException
398
-     * @return boolean|integer number of characters written.
398
+     * @return integer number of characters written.
399 399
      */
400 400
     protected function _send($request)
401 401
     {
Please login to merge, or discard this patch.
symphony/lib/toolkit/class.emailgatewaymanager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
      *
101 101
      * @param string $name
102 102
      *  The gateway to look for
103
-     * @return string|boolean
103
+     * @return string
104 104
      * @todo fix return if gateway does not exist.
105 105
      */
106 106
     public static function __getDriverPath($name)
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
      * Does not check if the gateway exists.
114 114
      *
115 115
      * @param string $filename
116
-     * @return string|boolean
116
+     * @return string
117 117
      */
118 118
     public static function __getHandleFromFilename($filename)
119 119
     {
Please login to merge, or discard this patch.