Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 12, 2024
1 parent 9da1f51 commit bcc7367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/wp_die.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
assertType('never', wp_die('', '', ['exit' => true]));
assertType('null', wp_die('', '', ['exit' => false]));

// unknonwn
// unknown
assertType('null', wp_die('', '', ['exit' => Faker::bool()]));
assertType('null', wp_die('', '', Faker::array()));

Expand Down

0 comments on commit bcc7367

Please sign in to comment.