Skip to content

Commit

Permalink
chore(runtime): mark has_extension() as mutation-free instead of pure
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Dec 4, 2021
1 parent 7b1ac76 commit fcea28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psl/Runtime/has_extension.php
Expand Up @@ -11,7 +11,7 @@
*
* @param non-empty-string $extension
*
* @pure
* @psalm-mutation-free
*/
function has_extension(string $extension): bool
{
Expand Down

0 comments on commit fcea28b

Please sign in to comment.