summaryrefslogtreecommitdiff
path: root/app/Schema/MigrationInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Schema/MigrationInterface.php')
-rw-r--r--app/Schema/MigrationInterface.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Schema/MigrationInterface.php b/app/Schema/MigrationInterface.php
index ddb5d86861..6c55d70525 100644
--- a/app/Schema/MigrationInterface.php
+++ b/app/Schema/MigrationInterface.php
@@ -13,6 +13,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+declare(strict_types=1);
+
namespace Fisharebest\Webtrees\Schema;
/**