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.
Passed
Push — feature/jsonProperty ( b550e6...f81911 )
by Alexander
17:18 queued 11:03
created
application/modules/shop/components/GoogleMerchants/DefaultHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@
 block discarded – undo
80 80
     }
81 81
 
82 82
 
83
+    /**
84
+     * @param string $relationName
85
+     */
83 86
     protected static function getRelation($model, $relationName, $default_value = '')
84 87
     {
85 88
         $result = $default_value;
Please login to merge, or discard this patch.
application/commands/AdminController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -109,6 +109,9 @@
 block discarded – undo
109 109
     }
110 110
 
111 111
 
112
+    /**
113
+     * @param string $themeName
114
+     */
112 115
     protected function createStructure($path, $children, $themeName)
113 116
     {
114 117
         foreach ($children as $child) {
Please login to merge, or discard this patch.
application/modules/shop/models/Contragent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -128,7 +128,7 @@
 block discarded – undo
128 128
     /**
129 129
      * @param Customer $customer
130 130
      * @param bool $dummyObject
131
-     * @return Contragent|null
131
+     * @return Contragent
132 132
      */
133 133
     public static function createEmptyContragent(Customer $customer, $dummyObject = true)
134 134
     {
Please login to merge, or discard this patch.
application/modules/user/models/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -385,7 +385,7 @@
 block discarded – undo
385 385
     }
386 386
 
387 387
     /**
388
-     * @return mixed|string Display name for the user visual identification
388
+     * @return string Display name for the user visual identification
389 389
      */
390 390
     public function getDisplayName()
391 391
     {
Please login to merge, or discard this patch.