Skip to content

Commit

Permalink
refactor: use native sprintf (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Jul 22, 2022
1 parent 9d4b1fb commit 6d9d645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/ClassDefinitionInFileIsInvalid.php
Expand Up @@ -7,7 +7,7 @@
use InvalidArgumentException;
use PhpParser\Error;

use function Safe\sprintf;
use function sprintf;

final class ClassDefinitionInFileIsInvalid extends InvalidArgumentException
{
Expand Down

0 comments on commit 6d9d645

Please sign in to comment.