Skip to content

Commit afa24ea

Browse files
committed
Fix
1 parent 10e6199 commit afa24ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/MslsOutput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static function init(): object {
3131
*
3232
* @return string[]
3333
*/
34-
public function get( ?int $display, bool $filter = false, bool $exists = false ): array {
34+
public function get( ?int $display, bool $filter = false, $exists = false ): array {
3535
$arr = array();
3636

3737
$blogs = $this->collection->get_filtered( $filter );

0 commit comments

Comments
 (0)