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 ( eb7034...336670 )
by
unknown
10:15
created
core/tests/Document/InstanceManagerTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
     /**
53 53
      * get config entity
54 54
      *
55
-     * @return M\MockInterface|\Xpressengine\Config\ConfigEntity
55
+     * @return M\MockInterface
56 56
      */
57 57
     private function getConfigEntity()
58 58
     {
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     /**
63 63
      * get schema builder
64 64
      *
65
-     * @return \Illuminate\Database\Schema\Builder
65
+     * @return M\MockInterface
66 66
      */
67 67
     private function getSchemaBuilder()
68 68
     {
Please login to merge, or discard this patch.
core/src/Xpressengine/Routing/Repositories/DatabaseRouteRepository.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     /**
75 75
      * Returns all route items
76 76
      *
77
-     * @return InstanceRoute[]
77
+     * @return \Illuminate\Database\Eloquent\Collection
78 78
      */
79 79
     public function all()
80 80
     {
@@ -112,7 +112,7 @@  discard block
 block discarded – undo
112 112
      * Retrieve routes by site key
113 113
      *
114 114
      * @param string $siteKey site key
115
-     * @return InstanceRoute[]
115
+     * @return \Illuminate\Database\Eloquent\Collection
116 116
      */
117 117
     public function fetchBySiteKey($siteKey)
118 118
     {
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
      * Retrieve routes by module name
126 126
      *
127 127
      * @param string $module module name
128
-     * @return InstanceRoute[]
128
+     * @return \Illuminate\Database\Eloquent\Collection
129 129
      */
130 130
     public function fetchByModule($module)
131 131
     {
Please login to merge, or discard this patch.
app/Console/Commands/PluginInstallCommand.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     /**
69 69
      * runComposer
70 70
      *
71
-     * @param $path
71
+     * @param string $path
72 72
      * @param $command
73 73
      *
74 74
      * @return int
@@ -82,6 +82,10 @@  discard block
 block discarded – undo
82 82
         $output = $this->output;
83 83
 
84 84
         return $process->run(
85
+
86
+            /**
87
+             * @param string $type
88
+             */
85 89
             function ($type, $line) use ($output) {
86 90
                 $output->write($line);
87 91
             }
Please login to merge, or discard this patch.
core/src/Xpressengine/Database/Eloquent/DynamicModel.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
      * fill
122 122
      *
123 123
      * @param array $attributes attributes
124
-     * @return void
124
+     * @return DynamicModel
125 125
      */
126 126
     public function fill(array $attributes)
127 127
     {
@@ -247,7 +247,7 @@  discard block
 block discarded – undo
247 247
      * Xpressengine\Database\Eloquent\Builder 울 사용하도록 변경
248 248
      *
249 249
      * @param  DynamicQuery $query dynamic query builder
250
-     * @return \Xpressengine\Database\Eloquent\Builder|static
250
+     * @return Builder
251 251
      */
252 252
     public function newEloquentBuilder($query)
253 253
     {
Please login to merge, or discard this patch.
app/Console/Commands/XeInstall.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -490,8 +490,8 @@  discard block
 block discarded – undo
490 490
     /**
491 491
      * setEnv
492 492
      *
493
-     * @param        $key
494
-     * @param        $newValue
493
+     * @param        string $key
494
+     * @param        string $newValue
495 495
      * @param string $defaultValue
496 496
      *
497 497
      * @return void
@@ -605,7 +605,7 @@  discard block
 block discarded – undo
605 605
     /**
606 606
      * basePath
607 607
      *
608
-     * @param null $path
608
+     * @param string $path
609 609
      *
610 610
      * @return string
611 611
      */
Please login to merge, or discard this patch.
core/tests/User/UserAccountRepositoryTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,6 @@
 block discarded – undo
102 102
     /**
103 103
      * getRepository
104 104
      *
105
-     * @param null $model
106 105
      *
107 106
      * @return Mockery\MockInterface
108 107
      */
Please login to merge, or discard this patch.
core/tests/User/UserEmailRepositoryTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,6 @@
 block discarded – undo
102 102
     /**
103 103
      * getRepository
104 104
      *
105
-     * @param null $model
106 105
      *
107 106
      * @return Mockery\MockInterface
108 107
      */
Please login to merge, or discard this patch.
core/tests/User/UserGroupRepositoryTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,6 @@
 block discarded – undo
102 102
     /**
103 103
      * getRepository
104 104
      *
105
-     * @param null $model
106 105
      *
107 106
      * @return Mockery\MockInterface
108 107
      */
Please login to merge, or discard this patch.
core/tests/User/UserRepositoryTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,6 @@
 block discarded – undo
102 102
     /**
103 103
      * getRepository
104 104
      *
105
-     * @param null $model
106 105
      *
107 106
      * @return Mockery\MockInterface
108 107
      */
Please login to merge, or discard this patch.