Skip to content

Commit

Permalink
fix: add strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrisbee committed Dec 10, 2023
1 parent 7bfd7d7 commit 093a0e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Objects/ErrorException.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Storipress\WordPress\Objects;

use stdClass;
Expand Down

0 comments on commit 093a0e5

Please sign in to comment.