From 8ddbccade9bcf4ab377b37132b7b6235b44ca9ee Mon Sep 17 00:00:00 2001 From: Isaac Rozas Date: Sun, 25 Sep 2016 12:13:21 +0200 Subject: [PATCH] follow psr-2 --- Asset/GulpRevVersionStrategy.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Asset/GulpRevVersionStrategy.php b/Asset/GulpRevVersionStrategy.php index 4e1b20b..c07c821 100644 --- a/Asset/GulpRevVersionStrategy.php +++ b/Asset/GulpRevVersionStrategy.php @@ -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 ) ); }