Skip to content

Commit 88b2706

Browse files
Fixed a typo
1 parent 44d681b commit 88b2706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entities/Keyboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected function createFromParams(): array
110110
}
111111

112112
// If $args was empty, $data still contains `false`
113-
return $data ?? [];
113+
return $data ?: [];
114114
}
115115

116116
/**

0 commit comments

Comments
 (0)