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

Psr16Adapter::setMultiple()   A

Complexity

Conditions 6
Paths 9

Size

Total Lines 17
Code Lines 12

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 6
eloc 12
nc 9
nop 2
dl 0
loc 17
rs 9.2222
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