Skip to content

Commit 8a69055

Browse files
committed
phpcs
1 parent 7e0e632 commit 8a69055

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/AssetFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ final class AssetFactory
3232
* @return Asset
3333
* @throws Exception\MissingArgumentException
3434
* @throws Exception\InvalidArgumentException
35+
*
36+
* // phpcs:disable Inpsyde.CodeQuality.FunctionLength.TooLong
3537
*/
3638
public static function create(array $config): Asset
3739
{

src/BaseAsset.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public function __construct(
108108
string $url,
109109
int $location = Asset::FRONTEND
110110
) {
111+
111112
$this->handle = $handle;
112113
$this->url = $url;
113114
$this->location = $location;

0 commit comments

Comments
 (0)