Skip to content

Commit

Permalink
Declare strict types in CiviUnitTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Apr 6, 2023
1 parent 7afee5e commit deee72f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/phpunit/CiviTest/CiviUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
* <http://www.gnu.org/licenses/>.
*/

declare(strict_types=1);

use Civi\Api4\Address;
use Civi\Api4\Contribution;
use Civi\Api4\CustomField;
Expand Down

0 comments on commit deee72f

Please sign in to comment.