@@ -4,11 +4,11 @@ |
||
| 4 | 4 | |
| 5 | 5 | require_once 'config.php'; |
| 6 | 6 | |
| 7 | -use Radowoj\Yaah\Config; |
|
| 8 | -use Radowoj\Yaah\Client; |
|
| 9 | -use Radowoj\Yaah\Auction; |
|
| 10 | -use Radowoj\Yaah\Constants\AuctionTimespans; |
|
| 11 | -use Radowoj\Yaah\Constants\AuctionFids; |
|
| 7 | +use Radowoj\Yaah\Config; |
|
| 8 | +use Radowoj\Yaah\Client; |
|
| 9 | +use Radowoj\Yaah\Auction; |
|
| 10 | +use Radowoj\Yaah\Constants\AuctionTimespans; |
|
| 11 | +use Radowoj\Yaah\Constants\AuctionFids; |
|
| 12 | 12 | use Radowoj\Yaah\AuctionHelper; |
| 13 | 13 | |
| 14 | 14 | |
@@ -3,18 +3,18 @@ |
||
| 3 | 3 | class Config |
| 4 | 4 | { |
| 5 | 5 | /** |
| 6 | - * @var string Allegro WebAPI key |
|
| 7 | - */ |
|
| 6 | + * @var string Allegro WebAPI key |
|
| 7 | + */ |
|
| 8 | 8 | protected $apiKey = null; |
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | - * @var string Allegro login |
|
| 12 | - */ |
|
| 11 | + * @var string Allegro login |
|
| 12 | + */ |
|
| 13 | 13 | protected $login = null; |
| 14 | 14 | |
| 15 | 15 | /** |
| 16 | - * @var string Allegro password hash (base64 of sha-256 of plaintext password) |
|
| 17 | - */ |
|
| 16 | + * @var string Allegro password hash (base64 of sha-256 of plaintext password) |
|
| 17 | + */ |
|
| 18 | 18 | protected $passwordHash = null; |
| 19 | 19 | |
| 20 | 20 | /** |