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 ( 4555f8...66ef7a )
by Gabriel
06:51
created
src/form/renderer/DisplayGroup.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@  discard block
 block discarded – undo
10 10
 
11 11
 
12 12
     /**
13
-     * @param  Nip_Form_DisplayGroup $form
14 13
      * @return Nip_Form_Renderer_DisplayGroup
15 14
      */
16 15
     public function setGroup(Nip_Form_DisplayGroup $group)
@@ -20,7 +19,7 @@  discard block
 block discarded – undo
20 19
     }
21 20
 
22 21
     /**
23
-     * @return Nip_Form_Renderer_DisplayGroup|null
22
+     * @return Nip_Form_DisplayGroup
24 23
      */
25 24
     public function getGroup()
26 25
     {
Please login to merge, or discard this patch.
src/Helpers/Color.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@  discard block
 block discarded – undo
41 41
     }
42 42
 
43 43
 
44
+    /**
45
+     * @param string $color
46
+     */
44 47
     public function hsl($color)
45 48
     {
46 49
         list($r, $g, $b) = $this->rgb($color);
@@ -135,7 +138,7 @@  discard block
 block discarded – undo
135 138
      *
136 139
      * @param string|array $color1
137 140
      * @param string|array $color2
138
-     * @return int
141
+     * @return double
139 142
      */
140 143
     public function lumDiff($color1, $color2)
141 144
     {
Please login to merge, or discard this patch.
src/Helpers/Time.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
 	/**
40 40
 	 * Singleton
41 41
 	 *
42
-	 * @return Nip_Helper_Date
42
+	 * @return Nip_Helper_Time
43 43
 	 */
44 44
 	static public function instance()
45 45
 	{
Please login to merge, or discard this patch.
src/service/maps/objects/Abstract.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 
19 19
     }
20 20
 
21
+    /**
22
+     * @param string $key
23
+     */
21 24
     public function setParam($key, $value) {
22 25
         $this->_params[$key] = $value;
23 26
         return $this;
Please login to merge, or discard this patch.
src/Application.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
     }
203 203
 
204 204
     /**
205
-     * @param null $debugBar
205
+     * @param StandardDebugBar $debugBar
206 206
      */
207 207
     public function setDebugBar($debugBar)
208 208
     {
Please login to merge, or discard this patch.
src/AutoLoader/AutoLoader.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-     * @param $name
91
+     * @param string $name
92 92
      * @return AbstractLoader
93 93
      */
94 94
     public function getLoader($name)
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
     }
179 179
 
180 180
     /**
181
-     * @return array
181
+     * @return string[]
182 182
      */
183 183
     public function getLoaderOrder()
184 184
     {
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     }
187 187
 
188 188
     /**
189
-     * @return mixed
189
+     * @return string
190 190
      */
191 191
     public function getCachePath()
192 192
     {
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
     }
206 206
 
207 207
     /**
208
-     * @param $class
208
+     * @param string $class
209 209
      * @return bool
210 210
      */
211 211
     public function isClass($class)
Please login to merge, or discard this patch.
src/AutoLoader/AutoLoaderAwareTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @param bool|AutoLoader $autoLoader
29
+     * @param AutoLoader $autoLoader
30 30
      * @return $this
31 31
      */
32 32
     public function setAutoLoader($autoLoader = false)
Please login to merge, or discard this patch.
src/AutoLoader/Loaders/ClassMap.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     }
123 123
 
124 124
     /**
125
-     * @param $filePath
125
+     * @param string $filePath
126 126
      * @return bool
127 127
      */
128 128
     protected function readCacheFile($filePath)
Please login to merge, or discard this patch.
src/Config/Config.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     }
97 97
 
98 98
     /**
99
-     * @param $key
99
+     * @param string $key
100 100
      * @return mixed|null
101 101
      */
102 102
     public function getByKey($key)
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     }
121 121
 
122 122
     /**
123
-     * @param $path
123
+     * @param string $path
124 124
      * @return string
125 125
      */
126 126
     protected function getByPath($path)
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @param $path
166
+     * @param string $path
167 167
      * @return bool
168 168
      */
169 169
     public function hasByPath($path)
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
     }
217 217
 
218 218
     /**
219
-     * @param $name
219
+     * @param string $name
220 220
      * @param $value
221 221
      * @return $this
222 222
      * @throws Exception\RuntimeException
Please login to merge, or discard this patch.