binext: add strict types

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/579/head
Varun Patil 2023-04-14 16:03:22 -07:00
parent 7245511bd2
commit 24fb01edd6
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
namespace OCA\Memories\Service; namespace OCA\Memories\Service;
use OCA\Memories\Util; use OCA\Memories\Util;