Skip to content

Commit

Permalink
Declare strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
campbell-m committed Jul 6, 2024
1 parent 377da47 commit f329b34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/search.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace MRBS;

use MRBS\Form\ElementFieldset;
Expand Down Expand Up @@ -417,6 +418,7 @@ function output_row($row, $returl)

while (false !== ($row = $result->next_row_keyed()))
{
row_cast_columns($row, 'entry');
output_row($row, $returl);
}
}
Expand Down

0 comments on commit f329b34

Please sign in to comment.