binext: add strict types
Signed-off-by: Varun Patil <varunpatil@ucla.edu>pull/579/head
parent
7245511bd2
commit
24fb01edd6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue