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
Pull Request — master (#352)
by Alexander
12:50 queued 06:30
created
application/commands/AdminController.php 2 patches
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,11 @@
 block discarded – undo
3 3
 namespace app\commands;
4 4
 
5 5
 use Imagine\Image\ManipulatorInterface;
6
-use app\backend\actions\FlushCacheConsoleAction;
7 6
 use Yii;
8
-use yii\console\Controller;
9 7
 use app;
8
+use app\backend\actions\FlushCacheConsoleAction;
10 9
 use app\modules\image\models\Image;
10
+use yii\console\Controller;
11 11
 
12 12
 /**
13 13
  * Admin commands
Please login to merge, or discard this 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.