Skip to content
This repository was archived by the owner on Dec 13, 2019. It is now read-only.

Commit 8ddbcca

Browse files
authored
follow psr-2
1 parent 0372ba0 commit 8ddbcca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Asset/GulpRevVersionStrategy.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ private function loadManifestFile()
8282
throw new Exception(
8383
sprintf(
8484
'Manifest file "%s" not found in path "%s". You can generate this file running gulp',
85-
$manifestFilename, $this->manifestPath
85+
$manifestFilename,
86+
$this->manifestPath
8687
)
8788
);
8889
}

0 commit comments

Comments
 (0)