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

Psr16Adapter::get()   A

Complexity

Conditions 4
Paths 5

Size

Total Lines 11
Code Lines 7

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 4
eloc 7
nc 5
nop 2
dl 0
loc 11
rs 10
c 0
b 0
f 0
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