Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 52eae82

Browse files
committed
Merge pull request #247 from jamiemagique/246-style-guide-excludes-invalid-argument-supplied
Using styleGuideExcludes in config.ini produces an "Invalid argument supplied" warning
2 parents 55d7e7e + 9d72a48 commit 52eae82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lib/PatternLab/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ protected function gatherPatternInfo() {
953953
$arrayReset = false;
954954
}
955955

956-
} else {
956+
} elseif (isset($patternTypeValues["patternItems"])) {
957957

958958
foreach ($patternTypeValues["patternItems"] as $patternSubtypeKey => $patternSubtypeItem) {
959959
// set the pattern state

0 commit comments

Comments
 (0)