Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit edf8686

Browse files
committed
CS fix - single space after !
1 parent e0ea1ab commit edf8686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/Asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Asset extends AbstractHelper
2828
*/
2929
public function __invoke($asset)
3030
{
31-
if (!array_key_exists($asset, $this->resourceMap)) {
31+
if (! array_key_exists($asset, $this->resourceMap)) {
3232
throw new Exception\InvalidArgumentException('Asset is not defined.');
3333
}
3434

0 commit comments

Comments
 (0)