Your project should not contain "FIXME" comments 2

More information: https://insight.symfony.com/what-we-analyse/task_fixme_comment

in src/Utils.php, line 46
  1. }
  2. /**
  3. * Attempts to determine if we are actually using a PHPUnit generated clover file.
  4. *
  5. * @todo As of version 12.2, PHPUnit now supports generating OpenClover.
    Tasks comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.
    Time to fix: about 2 hours
    Read doc Permalink Copy Prompt
    Last edited by Eric Sizemore
  6. * @todo Look into validating against the official clover XSD.
  7. *
  8. * @see https://bitbucket.org/atlassian/clover/raw/master/etc/schema/clover.xsd
  9. * @see https://github.com/sebastianbergmann/phpunit/releases/tag/12.2.0
  10. */
in src/Utils.php, line 47
  1. /**
  2. * Attempts to determine if we are actually using a PHPUnit generated clover file.
  3. *
  4. * @todo As of version 12.2, PHPUnit now supports generating OpenClover.
  5. * @todo Look into validating against the official clover XSD.
    Tasks comments are left in the code when a feature (or a bug) isn't completely developed (or fixed). You should complete the implementation and remove the comment.
    Time to fix: about 2 hours
    Read doc Permalink Copy Prompt
    Last edited by Eric Sizemore
  6. *
  7. * @see https://bitbucket.org/atlassian/clover/raw/master/etc/schema/clover.xsd
  8. * @see https://github.com/sebastianbergmann/phpunit/releases/tag/12.2.0
  9. */
  10. public static function isPossiblyClover(SimpleXMLElement $xml): bool