Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrico committed Mar 25, 2021
1 parent 7e0e632 commit 8a69055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AssetFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ final class AssetFactory
* @return Asset
* @throws Exception\MissingArgumentException
* @throws Exception\InvalidArgumentException
*
* // phpcs:disable Inpsyde.CodeQuality.FunctionLength.TooLong
*/
public static function create(array $config): Asset
{
Expand Down
1 change: 1 addition & 0 deletions src/BaseAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public function __construct(
string $url,
int $location = Asset::FRONTEND
) {

$this->handle = $handle;
$this->url = $url;
$this->location = $location;
Expand Down

0 comments on commit 8a69055

Please sign in to comment.