We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e6199 commit afa24eaCopy full SHA for afa24ea
includes/MslsOutput.php
@@ -31,7 +31,7 @@ public static function init(): object {
31
*
32
* @return string[]
33
*/
34
- public function get( ?int $display, bool $filter = false, bool $exists = false ): array {
+ public function get( ?int $display, bool $filter = false, $exists = false ): array {
35
$arr = array();
36
37
$blogs = $this->collection->get_filtered( $filter );
0 commit comments