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

Commit

Permalink
follow psr-2
Browse files Browse the repository at this point in the history
  • Loading branch information
irozgar authored Sep 25, 2016
1 parent 0372ba0 commit 8ddbcca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Asset/GulpRevVersionStrategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ private function loadManifestFile()
throw new Exception(
sprintf(
'Manifest file "%s" not found in path "%s". You can generate this file running gulp',
$manifestFilename, $this->manifestPath
$manifestFilename,
$this->manifestPath
)
);
}
Expand Down

0 comments on commit 8ddbcca

Please sign in to comment.