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.
Test Failed
Push — master ( d98247...8bca22 )
by Gabriel
05:10
created
src/Records/Traits/Media/Covers/RecordTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     /**
61 61
      * Uploads cover to temporary directory
62 62
      *
63
-     * @return mixed
63
+     * @return \Organization_Cover_Default|null
64 64
      */
65 65
     public function uploadCoverAutoCrop($file)
66 66
     {
Please login to merge, or discard this patch.
src/Records/Traits/Media/Logos/RecordTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
 
191 191
     /**
192 192
      * @param $request
193
-     * @return $this|void
193
+     * @return LogoModel
194 194
      */
195 195
     public function removeLogo($request)
196 196
     {
Please login to merge, or discard this patch.
src/Records/Traits/PersistentCurrent.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
     /**
150 150
      * Persist record
151 151
      *
152
-     * @param Record|boolean $item record to be persisted
152
+     * @param Record $item record to be persisted
153 153
      *
154 154
      * @return $this
155 155
      */
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
     /**
181 181
      * Returns current default Persisted Record
182 182
      *
183
-     * @return bool|mixed
183
+     * @return boolean
184 184
      */
185 185
     public function getCurrentDefault()
186 186
     {
Please login to merge, or discard this patch.
src/Sections/SectionsManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @param $key
71
+     * @param string $key
72 72
      */
73 73
     public function setCurrentKey($key)
74 74
     {
Please login to merge, or discard this patch.
src/Security/ACL/Resources/Resources.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,6 @@
 block discarded – undo
33 33
 	/**
34 34
 	 * Recursively builds parents path to passed resource
35 35
 	 *
36
-	 * @param ACL_Resource|bool $page
37 36
 	 * @param array $return
38 37
 	 * @return array
39 38
 	 */
Please login to merge, or discard this patch.
src/Security/Auth/Auth.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@
 block discarded – undo
41 41
         return $this;
42 42
     }
43 43
 
44
+    /**
45
+     * @param boolean $value
46
+     */
44 47
     public function authenticated($value = null)
45 48
     {
46 49
         if (!is_null($value)) {
Please login to merge, or discard this patch.
src/Utility/Newrelic.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
         }
74 74
     }
75 75
 
76
+    /**
77
+     * @param string $name
78
+     */
76 79
     static function nameTransaction($name)
77 80
     {
78 81
         if (self::isLoaded()) {
Please login to merge, or discard this patch.