@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | /** |
4 | 4 | * This file is part of Packy. |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | /** |
4 | 4 | * This file is part of Packy. |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | /** |
4 | 4 | * This file is part of Packy. |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | /** |
4 | 4 | * This file is part of Packy. |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | /** |
4 | 4 | * This file is part of Packy. |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | /** |
4 | 4 | * This file is part of Packy. |
@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | { |
42 | 42 | try { |
43 | 43 | $fileContent = $this->client->api('repositories')->getFile( |
44 | - $project->getVendorName() . '/' . $project->getPackageName(), |
|
44 | + $project->getVendorName().'/'.$project->getPackageName(), |
|
45 | 45 | $file, |
46 | 46 | $project->getBranch() |
47 | 47 | ); |
@@ -30,7 +30,7 @@ |
||
30 | 30 | { |
31 | 31 | $client = new GuzzleClient(); |
32 | 32 | $response = $client->get( |
33 | - $this->packageVendor . $package->getName() . '/json', |
|
33 | + $this->packageVendor.$package->getName().'/json', |
|
34 | 34 | [ |
35 | 35 | 'exceptions' => false, |
36 | 36 | ] |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | /** |
4 | 4 | * This file is part of Packy. |
@@ -30,7 +30,7 @@ |
||
30 | 30 | { |
31 | 31 | $client = new GuzzleClient(); |
32 | 32 | $response = $client->get( |
33 | - $this->packageVendor . $package->getName() . '.json', |
|
33 | + $this->packageVendor.$package->getName().'.json', |
|
34 | 34 | [ |
35 | 35 | 'exceptions' => false, |
36 | 36 | ] |