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
Pull Request — master (#8)
by Ana Belén
03:32
created
src/GeoTimeZone/Calculator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     
14 14
     /**
15 15
      * TimeZone constructor.
16
-     * @param $dataDirectory
16
+     * @param string $dataDirectory
17 17
      * @throws ErrorException
18 18
      */
19 19
     public function __construct($dataDirectory = null)
Please login to merge, or discard this patch.
src/GeoTimeZone/Geometry/Utils.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
      * and if it is not contained inside, it checks the boundaries
168 168
      * @param $point
169 169
      * @param $polygon
170
-     * @return mixed
170
+     * @return boolean
171 171
      */
172 172
     protected function isInPolygon($point, $polygon)
173 173
     {
Please login to merge, or discard this patch.