We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b5701 commit 5d9b9c5Copy full SHA for 5d9b9c5
src/PatternLab/PatternEngine/Twig/TwigUtil.php
@@ -147,11 +147,10 @@ public static function loadFunctions($instance) {
147
/**
148
* Load macros for the Twig PatternEngine
149
* @param {Instance} an instance of the twig engine
150
- * @param {String} description of the loader type for the error
151
*
152
* @return {Instance} an instance of the twig engine
153
*/
154
- public static function loadMacros($instance, $instanceType) {
+ public static function loadMacros($instance) {
155
156
// load defaults
157
$macroDir = Config::getOption("sourceDir").DIRECTORY_SEPARATOR."_macros";
0 commit comments