Completed
Pull Request — master (#60)
by
unknown
13s
created
src/ParameterProvider.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,7 @@
 block discarded – undo
62 62
 
63 63
 		if ( $fileSummaryMsg->exists() ) {
64 64
 			return preg_replace( '/^<!--.*?-->\n*/s', '', $fileSummaryMsg->plain() );
65
-		}
66
-		else {
65
+		} else {
67 66
 			return '{{' . $templateName . $templateParams . '}}';
68 67
 		}
69 68
 
Please login to merge, or discard this patch.