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.
Passed
Push — master ( 5549cf...a7e3a5 )
by Tharindu
07:49
created

T_IDENTIFIER   A

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 1
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 0
nc 1
dl 0
loc 1
rs 10
c 0
b 0
f 0
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 0
1
2
/**
3
 * First we will load all of this project's JavaScript dependencies which
4
 * includes Vue and other libraries. It is a great starting point when
5
 * building robust, powerful web applications using Vue and Laravel.
6
 */
7
8
require('./bootstrap');
9
10
window.Vue = require('vue');
11
12
/**
13
 * Next, we will create a fresh Vue application instance and attach it to
14
 * the page. Then, you may begin adding components to this application
15
 * or customize the JavaScript scaffolding to fit your unique needs.
16
 */
17