[Test-Only] enforce strict type checking for php api tests

This commit is contained in:
Dipak Acharya
2021-11-29 11:17:20 +05:45
parent 54d450eddd
commit f8b0f69dd0
4 changed files with 6 additions and 6 deletions
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* ownCloud
*