Skip to content

Commit

Permalink
Declare strict types in CiviUnitTestCase
Browse files Browse the repository at this point in the history
Declare strict types in test
  • Loading branch information
eileenmcnaughton committed Oct 22, 2023
1 parent 5843344 commit f34cb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/CiviTest/CiviUnitTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* License along with this program. If not, see
* <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 f34cb72

Please sign in to comment.