Skip to content

Commit

Permalink
Merge pull request #514 from owncloud/strict-type-check-tests
Browse files Browse the repository at this point in the history
[Tests-Only] enforce strict type checking in acceptace tests code
  • Loading branch information
individual-it authored Nov 22, 2021
2 parents 88b2346 + 8f8da2a commit 56825cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* ownCloud
*
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* ownCloud
*
Expand Down

0 comments on commit 56825cb

Please sign in to comment.