Skip to content

Commit

Permalink
Improvement: llinting
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderJacob committed Aug 28, 2024
1 parent 62a21dc commit de99524
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion classes/wbInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class wbInstaller {
* Entities constructor.
* @param string $recipe
* @param string $filename
* @param array $optionalplugins
* @param string $optionalplugins
*/
public function __construct($recipe, $filename=null, $optionalplugins=null) {
$this->filename = $filename;
Expand Down
1 change: 0 additions & 1 deletion vue3/components/Uploader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const courseslist = ref([])
onMounted(async() => {
courseslist.value = await store.dispatch('getExportableCourses')
})
</script>

<style scoped>
Expand Down

0 comments on commit de99524

Please sign in to comment.