Skip to content

Commit 566f52b

Browse files
committed
chore: fix formattinfix formating
1 parent 39cd98c commit 566f52b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ArrayConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ public function getValueByPath(string $scope, string $path): mixed
4242
}
4343
return $current;
4444
}
45-
}
45+
}

tests/ScopeConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,4 @@ public function castsOnlyTruthyValuesInFlagCheck()
148148
]
149149
);
150150
}
151-
}
151+
}

0 commit comments

Comments
 (0)