Skip to content

Commit d29c599

Browse files
authored
Merge pull request #2 from okapi-web/develop
Added @codeCoverageIgnore for "functions.php"
2 parents 67a0f18 + 0118b9c commit d29c599

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/functions.php

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?php
22

3+
// @codeCoverageIgnoreStart
34
if (!function_exists('str_starts_with_any_but_not')) {
5+
// @codeCoverageIgnoreEnd
46
/**
57
* Determines if the given haystack starts with any of the provided needles,
68
* but not with any of the provided negative needles.

0 commit comments

Comments
 (0)