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 Cees-Jan
42:11 queued 39:57
created
src/TestCase.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@  discard block
 block discarded – undo
34 34
         $this->rmdir($this->tmpDir);
35 35
     }
36 36
 
37
+    /**
38
+     * @param string $dir
39
+     */
37 40
     protected function rmdir($dir)
38 41
     {
39 42
         $directory = dir($dir);
@@ -66,6 +69,10 @@  discard block
 block discarded – undo
66 69
         return $this->tmpNamespace;
67 70
     }
68 71
 
72
+    /**
73
+     * @param string $class
74
+     * @param string $namespace
75
+     */
69 76
     public function hydrate($class, $json, $namespace)
70 77
     {
71 78
         return (new Hydrator(Phake::mock(Client::class), [
Please login to merge, or discard this patch.