Skip to content

Commit 5d9b9c5

Browse files
committed
removing a parameter
1 parent 31b5701 commit 5d9b9c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PatternLab/PatternEngine/Twig/TwigUtil.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,10 @@ public static function loadFunctions($instance) {
147147
/**
148148
* Load macros for the Twig PatternEngine
149149
* @param {Instance} an instance of the twig engine
150-
* @param {String} description of the loader type for the error
151150
*
152151
* @return {Instance} an instance of the twig engine
153152
*/
154-
public static function loadMacros($instance, $instanceType) {
153+
public static function loadMacros($instance) {
155154

156155
// load defaults
157156
$macroDir = Config::getOption("sourceDir").DIRECTORY_SEPARATOR."_macros";

0 commit comments

Comments
 (0)