Completed
Push — master ( a173a0...69eb71 )
by Michal
07:38
created
src/Webrouse/AssetMacro/AssetMacro.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
 		$version = self::getAssetVersion($versions, $absolutePath, $config);
105 105
 
106 106
 		// Generate output according format argument
107
-		return Strings::replace($format, '/%([^%]+)%/', function ($matches) use ($basePath, $format, $relativePath, $version) {
107
+		return Strings::replace($format, '/%([^%]+)%/', function($matches) use ($basePath, $format, $relativePath, $version) {
108 108
 			switch ($matches[1]) {
109 109
 				case 'url':
110 110
 					return sprintf("%s/%s?v=%s", $basePath, $relativePath, $version);
Please login to merge, or discard this patch.
src/Webrouse/AssetMacro/DI/Extension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 			'rev-manifest.json',
19 19
 		],
20 20
 		'missingAsset' => 'exception', // exception, notice, or ignore
21
-		'missingVersion' => 'ignore',  // exception, notice, or ignore
21
+		'missingVersion' => 'ignore', // exception, notice, or ignore
22 22
 	];
23 23
 
24 24
 	public function beforeCompile()
Please login to merge, or discard this patch.