We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0e632 commit 8a69055Copy full SHA for 8a69055
src/AssetFactory.php
@@ -32,6 +32,8 @@ final class AssetFactory
32
* @return Asset
33
* @throws Exception\MissingArgumentException
34
* @throws Exception\InvalidArgumentException
35
+ *
36
+ * // phpcs:disable Inpsyde.CodeQuality.FunctionLength.TooLong
37
*/
38
public static function create(array $config): Asset
39
{
src/BaseAsset.php
@@ -108,6 +108,7 @@ public function __construct(
108
string $url,
109
int $location = Asset::FRONTEND
110
) {
111
+
112
$this->handle = $handle;
113
$this->url = $url;
114
$this->location = $location;
0 commit comments