Skip to content

Commit

Permalink
test: add strict_typing to expose type error
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Jan 24, 2023
1 parent 11c7342 commit a723e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Rsa/KeyPairTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php
declare(strict_types = 1);

namespace Spatie\Crypto\Tests\Rsa;

Expand Down

0 comments on commit a723e6d

Please sign in to comment.