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 ( 3b9058...bfbd37 )
by Miša
20:50
created
src/Translates.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -265,7 +265,7 @@
 block discarded – undo
265 265
 	 * Remove all translations from the persistent storage.
266 266
 	 * This is called after the model is deleted.
267 267
 	 *
268
-	 * @param  string $language
268
+	 * @param  string $languages
269 269
 	 * @return bool
270 270
 	 */
271 271
 	public function deleteTranslations(...$languages): bool
Please login to merge, or discard this patch.
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace WeAreNeopix\LaravelModelTranslation;
4 4
 
5
-use Illuminate\Support\Facades\App;
6
-use Illuminate\Database\Eloquent\Model;
7 5
 use Illuminate\Database\Eloquent\Builder;
6
+use Illuminate\Database\Eloquent\Model;
8 7
 use Illuminate\Database\Eloquent\SoftDeletes;
8
+use Illuminate\Support\Facades\App;
9 9
 
10 10
 trait Translates
11 11
 {
Please login to merge, or discard this patch.