Skip to content

Commit

Permalink
Update CiviUnitTestCase.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton authored Oct 4, 2023
1 parent 6304fcc commit 9fbc774
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);
declare(strict_type = 1);
use Civi\Api4\Address;
use Civi\Api4\Contribution;
use Civi\Api4\CustomField;
Expand Down

0 comments on commit 9fbc774

Please sign in to comment.