Your project should not contain "FIXME" comments 2
- Read doc
- Productivity
- Major
More information: https://insight.symfony.com/what-we-analyse/task_fixme_comment
- }
- /**
- * Attempts to determine if we are actually using a PHPUnit generated clover file.
- *
- * @todo As of version 12.2, PHPUnit now supports generating OpenClover.
- * @todo Look into validating against the official clover XSD.
- *
- * @see https://bitbucket.org/atlassian/clover/raw/master/etc/schema/clover.xsd
- * @see https://github.com/sebastianbergmann/phpunit/releases/tag/12.2.0
- */
- /**
- * Attempts to determine if we are actually using a PHPUnit generated clover file.
- *
- * @todo As of version 12.2, PHPUnit now supports generating OpenClover.
- * @todo Look into validating against the official clover XSD.
- *
- * @see https://bitbucket.org/atlassian/clover/raw/master/etc/schema/clover.xsd
- * @see https://github.com/sebastianbergmann/phpunit/releases/tag/12.2.0
- */
- public static function isPossiblyClover(SimpleXMLElement $xml): bool