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 ( 76a088...00ad3c )
by Brad
02:23
created
src/Methods/Replace.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
     /**
19 19
      * Replaces all occurrences of $search in $str by $replacement.
20 20
      *
21
-     * @param  string|array $search        The needle to search for.
21
+     * @param  string $search        The needle to search for.
22 22
      *
23
-     * @param  string|array $replacement   The string to replace with.
23
+     * @param  string $replacement   The string to replace with.
24 24
      *
25 25
      * @param  bool         $caseSensitive To enforce case-sensitivity or not.
26 26
      *
Please login to merge, or discard this patch.