Passed
Pull Request — master (#916)
by
unknown
10:59
created

Psr16Adapter   A

Complexity

Total Complexity 32

Size/Duplication

Total Lines 178
Duplicated Lines 0 %

Importance

Changes 7
Bugs 0 Features 1
Metric Value
eloc 65
c 7
b 0
f 1
dl 0
loc 178
rs 9.84
wmc 32
1
<?php
2
3
$instagram = \InstagramScraper\Instagram::withCredentials(new \GuzzleHttp\Client(), 'username', 'password', new Psr16Adapter('Files'));
4
$instagram->login();
5
$account = $instagram->getAccountById(3);
6
echo $account->7wo6q
0 ignored issues
show
Bug introduced by
A parse error occurred: Syntax error, unexpected T_LNUMBER, expecting T_STRING or T_VARIABLE or '{' or '$' on line 6 at column 15
Loading history...
7
    ();
8