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 Jun 1, 2024
1 parent 03da7a5 commit 01063a7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/css/mrbs-mail.css.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace MRBS;

require_once "systemdefaults.inc.php";
Expand Down
1 change: 1 addition & 0 deletions web/css/mrbs-print.css.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace MRBS;

require_once "../systemdefaults.inc.php";
Expand Down
3 changes: 2 additions & 1 deletion web/css/mrbs-rtl.css.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace MRBS;

// Modifications to the standard CSS when using RTL languages (eg Hebrew)
Expand Down Expand Up @@ -31,7 +32,7 @@
float: right;
}

.form_admin label, .form_admin fieldset, .form_admin input,
.form_admin label, .form_admin fieldset, .form_admin input,
div#area_form, div#room_form {
float: inherit;
}
Expand Down
1 change: 1 addition & 0 deletions web/css/mrbs.css.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
namespace MRBS;

require_once "../systemdefaults.inc.php";
Expand Down

0 comments on commit 01063a7

Please sign in to comment.